if compiled without XINERAMA support assume 1 monitor by default (n = 1)

keyboard
Anselm R Garbe 15 years ago
parent a3bbdb1b7b
commit 38e9b67026
  1. 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…
Cancel
Save