aboutsummarylogtreecommitdiffstats
path: root/layout.c
diff options
context:
space:
mode:
authorAnselm R. Garbe2007-02-22 10:59:42 +0100
committerAnselm R. Garbe2007-02-22 10:59:42 +0100
commitd3565ea641a636d3286b5b2a666d87ab6bed2877 (patch)
treee84bc52503711956605052c80fdd6785cd01785e /layout.c
parent70ae322f499829fafdaf20e6ef49a4568934f4fb (diff)
downloadaur-d3565ea641a636d3286b5b2a666d87ab6bed2877.tar.gz
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 02ef559dbab2..5a7d4b45349b 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));
}