raising the barwin has no effect becasue of restack

new_dwm
Anselm R. Garbe 18 years ago
parent ce450c5bf1
commit a967d7f664

@ -247,7 +247,6 @@ updatebarpos(void) {
XMoveWindow(dpy, barwin, sx, sy - bh);
break;
}
XRaiseWindow(dpy, barwin);
XSync(dpy, False);
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}

Loading…
Cancel
Save