Xinqi Bao's Git
projects
/
dwm.git
/ commitdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
patch
| inline |
side by side
(parent:
0228dcd
)
togglemax repects inc-hints (this way gvim can be toggle'maxed as well)
author
Anselm R.Garbe <
[email protected]
>
Thu, 10 Aug 2006 14:35:36 +0000
(16:35 +0200)
committer
Anselm R.Garbe <
[email protected]
>
Thu, 10 Aug 2006 14:35:36 +0000
(16:35 +0200)
client.c
patch
|
blob
|
history
diff --git
a/client.c
b/client.c
index
773b8f8
..
8a139e8
100644
(file)
--- a/
client.c
+++ b/
client.c
@@
-411,7
+411,7
@@
togglemax(Arg *arg)
sel->h = sh - 2 - bh;
higher(sel);
- resize(sel,
Fals
e, TopLeft);
+ resize(sel,
Tru
e, TopLeft);
sel->x = ox;
sel->y = oy;