about summary refs log tree commit diff stats
path: root/client.c
diff options
context:
space:
mode:
authorAnselm R.Garbe <arg@10ksloc.org>2006-08-10 17:33:11 +0200
committerAnselm R.Garbe <arg@10ksloc.org>2006-08-10 17:33:11 +0200
commit6521c2dd4160099616fa10035aa0f0e595c86204 (patch)
treeef7bfe3c3a11a590d6d0349b486701c5df43b01a /client.c
parent9ee9ce7e140e31a829f540badb3ea122badc15f9 (diff)
downloaddwm-6521c2dd4160099616fa10035aa0f0e595c86204.tar.gz
respecting inc hints in floating mode on togglemax
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..5d34c07 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, arrange == dofloat, TopLeft);
 
 		sel->x = ox;
 		sel->y = oy;