Browse Source

no that's definately better

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

+ 0
- 1
dwm.c View File

@ -1329,7 +1329,6 @@ restack(Monitor *m) {
wc.sibling = c->win;
}
}
XLowerWindow(dpy, m->barwin);
XSync(dpy, False);
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}


Loading…
Cancel
Save