Browse Source

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

master
Anselm R Garbe 15 years ago
parent
commit
38e9b67026
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dwm.c

+ 1
- 1
dwm.c View File

@ -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