Commit fa32f02

Anselm R. Garbe <arg@suckless.org>
2007-05-16 16:05:02
no that change breaks fullscreen apps
1 parent 598e229
Changed files (1)
layout.c
@@ -189,7 +189,6 @@ restack(void) {
 			XLowerWindow(dpy, c->win);
 		}
 	}
-	XRaiseWindow(dpy, barwin);
 	XSync(dpy, False);
 	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }