aboutsummaryrefslogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@suckless.org>2007-02-22 10:59:42 +0100
committerAnselm R. Garbe <arg@suckless.org>2007-02-22 10:59:42 +0100
commit4bd4f421d39823a5514ff43640401719be3efbf3 (patch)
tree50e947e53e48feed3708291bb9b3de35b27ff246 /layout.c
parent84432e6b36caee444f9e1cd2526b96b288655375 (diff)
downloaddwm-4bd4f421d39823a5514ff43640401719be3efbf3.tar.zst
status needs update even in togglemax() - since we got an indicator for this
Diffstat (limited to 'layout.c')
-rw-r--r--layout.c1
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));
}