JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed drawclient and drawall (they performed useless operations/consumed useless...
[dwm.git] / view.c
diff --git a/view.c b/view.c
index 935525f..bc1f4e2 100644 (file)
--- a/view.c
+++ b/view.c
@@ -200,7 +200,6 @@ restack(void) {
                        XLowerWindow(dpy, c->win);
                }
        }
-       drawall();
        XSync(dpy, False);
        while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
 }