aboutsummaryrefslogtreecommitdiffstats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-10 16:37:13 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-10 16:37:13 +0200
commit9ee9ce7e140e31a829f540badb3ea122badc15f9 (patch)
treec1d6c9e6b196e636e35f2f1edb826dd2608fe6a8 /client.c
parent9d39da645277561be4ccec5ce431ef3fd6469c7c (diff)
downloaddwm-9ee9ce7e140e31a829f540badb3ea122badc15f9.tar.zst
reverting last patch, that sucks, I don't care about retarded apps like gvim
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 8a139e8..773b8f8 100644
--- a/client.c
+++ b/client.c
@@ -411,7 +411,7 @@ togglemax(Arg *arg)
sel->h = sh - 2 - bh;
higher(sel);
- resize(sel, True, TopLeft);
+ resize(sel, False, TopLeft);
sel->x = ox;
sel->y = oy;