Commit 598e229

Anselm R. Garbe <arg@suckless.org>
2007-05-16 15:59:53
raise barwin in restack, that's the most elegant solution I think
1 parent 1e826dd
Changed files (1)
layout.c
@@ -189,6 +189,7 @@ restack(void) {
 			XLowerWindow(dpy, c->win);
 		}
 	}
+	XRaiseWindow(dpy, barwin);
 	XSync(dpy, False);
 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }