projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84432e6
)
status needs update even in togglemax() - since we got an indicator for this
author
Anselm R. Garbe
<arg@suckless.org>
Thu, 22 Feb 2007 09:59:42 +0000
(10:59 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Thu, 22 Feb 2007 09:59:42 +0000
(10:59 +0100)
layout.c
patch
|
blob
|
history
diff --git
a/layout.c
b/layout.c
index 02ef559dbab21eaa1fcd92f9b9c1cb784a6c52a8..5a7d4b45349b4786289508c79752a1e0a6c3061c 100644
(file)
--- 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));
}