no that's definately better

This commit is contained in:
Anselm R Garbe 2009-07-08 17:24:39 +01:00
parent 6620615ab9
commit 3e6fe6b541
1 changed files with 0 additions and 1 deletions

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));
}