X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=view.c;h=bc1f4e25cb3da31289fc04dfe220823125a37bf0;hb=f8181f64e2ba4fca4e85036c48cf90a2151794fc;hp=935525fb7f927ec14b1c9178d24e63bed1ab1ce1;hpb=ceea528eff5ccd1bbd11696209fdc60a5383cc41;p=dwm.git diff --git a/view.c b/view.c index 935525f..bc1f4e2 100644 --- 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)); }