no that change breaks fullscreen apps

new_dwm
Anselm R. Garbe 18 years ago
parent 598e22907e
commit fa32f02a43

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

Loading…
Cancel
Save