diff options
author | Anselm R. Garbe <arg@suckless.org> | 2007-02-22 10:59:42 +0100 |
---|---|---|
committer | Anselm R. Garbe <arg@suckless.org> | 2007-02-22 10:59:42 +0100 |
commit | 4bd4f421d39823a5514ff43640401719be3efbf3 (patch) | |
tree | 50e947e53e48feed3708291bb9b3de35b27ff246 /layout.c | |
parent | 84432e6b36caee444f9e1cd2526b96b288655375 (diff) | |
download | dwm-4bd4f421d39823a5514ff43640401719be3efbf3.tar.gz |
status needs update even in togglemax() - since we got an indicator for this
Diffstat (limited to 'layout.c')
-rw-r--r-- | layout.c | 1 |
1 files changed, 1 insertions, 0 deletions
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)); } |