no that change breaks fullscreen apps

This commit is contained in:
Anselm R. Garbe 2007-05-16 22:05:02 +02:00
parent 598e22907e
commit fa32f02a43
1 changed files with 0 additions and 1 deletions

View File

@ -189,7 +189,6 @@ restack(void) {
XLowerWindow(dpy, c->win);
}
}
XRaiseWindow(dpy, barwin);
XSync(dpy, False);
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}