This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
if compiled without XINERAMA support assume 1 monitor by default (n = 1)
main
Anselm R Garbe
15 years ago
parent
a3bbdb1b7b
commit
38e9b67026
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -1632,7 +1632,7 @@ updatebarpos(Monitor *m) {
void
void
updategeom
(
void
)
{
updategeom
(
void
)
{
int
i
,
n
;
int
i
,
n
=
1
;
Client
*
c
;
Client
*
c
;
Monitor
*
newmons
=
NULL
,
*
m
;
Monitor
*
newmons
=
NULL
,
*
m
;
Write
Preview
Loading…
Cancel
Save