From 4bd4f421d39823a5514ff43640401719be3efbf3 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Thu, 22 Feb 2007 10:59:42 +0100 Subject: [PATCH] status needs update even in togglemax() - since we got an indicator for this --- layout.c | 1 + 1 file changed, 1 insertion(+) 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)); } -- 1.7.10.4