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