X-Git-Url: https://git.xinqibao.xyz/dwm.git/blobdiff_plain/92105e7862822f5c884367c4cb62c0464ee8e636..cb9607c284f978463be9e2628f115d9f41a49f89:/layout.c?ds=inline 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)); }