aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-10 16:35:36 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-10 16:35:36 +0200
commit9d39da645277561be4ccec5ce431ef3fd6469c7c (patch)
tree855682e0e1a148f2b30e63a015d22ecfe6329f53 /client.c
parent0228dcd58f7948c2f5d85e995102b62c9c4a8664 (diff)
downloaddwm-9d39da645277561be4ccec5ce431ef3fd6469c7c.tar.zst
togglemax repects inc-hints (this way gvim can be toggle'maxed as well)
Diffstat (limited to 'client.c')
-rw-r--r--client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/client.c b/client.c
index 773b8f8..8a139e8 100644
--- a/client.c
+++ b/client.c
@@ -411,7 +411,7 @@ togglemax(Arg *arg)
sel->h = sh - 2 - bh;
higher(sel);
- resize(sel, False, TopLeft);
+ resize(sel, True, TopLeft);
sel->x = ox;
sel->y = oy;