if compiled without XINERAMA support assume 1 monitor by default (n = 1)
This commit is contained in:
parent
a3bbdb1b7b
commit
38e9b67026
1 changed files with 1 additions and 1 deletions
2
dwm.c
2
dwm.c
|
@ -1632,7 +1632,7 @@ updatebarpos(Monitor *m) {
|
|||
|
||||
void
|
||||
updategeom(void) {
|
||||
int i, n;
|
||||
int i, n = 1;
|
||||
Client *c;
|
||||
Monitor *newmons = NULL, *m;
|
||||
|
||||
|
|
Loading…
Reference in a new issue