JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
no that's definately better
authorAnselm R Garbe <garbeam@gmail.com>
Wed, 8 Jul 2009 16:24:39 +0000 (17:24 +0100)
committerAnselm R Garbe <garbeam@gmail.com>
Wed, 8 Jul 2009 16:24:39 +0000 (17:24 +0100)
dwm.c

diff --git a/dwm.c b/dwm.c
index b089fe9..d448f5b 100644 (file)
--- a/dwm.c
+++ b/dwm.c
@@ -1329,7 +1329,6 @@ restack(Monitor *m) {
                                wc.sibling = c->win;
                        }
        }
-       XLowerWindow(dpy, m->barwin);
        XSync(dpy, False);
        while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }