JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
no that change breaks fullscreen apps
authorAnselm R. Garbe <arg@suckless.org>
Wed, 16 May 2007 20:05:02 +0000 (22:05 +0200)
committerAnselm R. Garbe <arg@suckless.org>
Wed, 16 May 2007 20:05:02 +0000 (22:05 +0200)
layout.c

index 0f17b69..bc5ca1c 100644 (file)
--- a/layout.c
+++ b/layout.c
@@ -189,7 +189,6 @@ restack(void) {
                        XLowerWindow(dpy, c->win);
                }
        }
-       XRaiseWindow(dpy, barwin);
        XSync(dpy, False);
        while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }