Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
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 <
[email protected]
>
Thu, 22 Feb 2007 09:59:42 +0000
(10:59 +0100)
committer
Anselm R. Garbe <
[email protected]
>
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
02ef559
..
5a7d4b4
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);
}
else
resize(sel, sel->rx, sel->ry, sel->rw, sel->rh, True);
+ drawstatus();
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}
while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
}