aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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));
}