JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
no that's definately better
[dwm.git] / 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));
 }