X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=layout.c;h=5a7d4b45349b4786289508c79752a1e0a6c3061c;hb=4bd4f421d39823a5514ff43640401719be3efbf3;hp=02ef559dbab21eaa1fcd92f9b9c1cb784a6c52a8;hpb=84432e6b36caee444f9e1cd2526b96b288655375;p=dwm.git diff --git a/layout.c b/layout.c index 02ef559..5a7d4b4 100644 --- a/layout.c +++ b/layout.c @@ -206,6 +206,7 @@ togglemax(Arg arg) { } else resize(sel, sel->rx, sel->ry, sel->rw, sel->rh, True); + drawstatus(); while(XCheckMaskEvent(dpy, EnterWindowMask, &ev)); }