Commit a967d7f

Anselm R. Garbe <arg@suckless.org>
2007-05-15 07:58:29
raising the barwin has no effect becasue of restack
1 parent ce450c5
Changed files (1)
main.c
@@ -247,7 +247,6 @@ updatebarpos(void) {
 		XMoveWindow(dpy, barwin, sx, sy - bh);
 		break;
 	}
-	XRaiseWindow(dpy, barwin);
 	XSync(dpy, False);
 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }