changeset 247:c45ba25c3d26

respecting inc hints in floating mode on togglemax
author Anselm R.Garbe <arg@10ksloc.org>
date Thu, 10 Aug 2006 17:33:11 +0200
parents 2ab6be9cd3ff
children 1227c21588e2
files client.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/client.c	Thu Aug 10 16:37:13 2006 +0200
+++ b/client.c	Thu Aug 10 17:33:11 2006 +0200
@@ -411,7 +411,7 @@
 		sel->h = sh - 2 - bh;
 
 		higher(sel);
-		resize(sel, False, TopLeft);
+		resize(sel, arrange == dofloat, TopLeft);
 
 		sel->x = ox;
 		sel->y = oy;