From: Anselm R. Garbe Date: Thu, 22 Feb 2007 09:59:42 +0000 (+0100) Subject: status needs update even in togglemax() - since we got an indicator for this X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=4bd4f421d39823a5514ff43640401719be3efbf3 status needs update even in togglemax() - since we got an indicator for this --- 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)); }