Commit 6521c2d

Anselm R.Garbe <arg@10ksloc.org>
2006-08-10 11:33:11
respecting inc hints in floating mode on togglemax
1 parent 9ee9ce7
Changed files (1)
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;