]> git.armaanb.net Git - dwm.git/commitdiff
respecting inc hints in floating mode on togglemax
authorAnselm R.Garbe <arg@10ksloc.org>
Thu, 10 Aug 2006 15:33:11 +0000 (17:33 +0200)
committerAnselm R.Garbe <arg@10ksloc.org>
Thu, 10 Aug 2006 15:33:11 +0000 (17:33 +0200)
client.c

index 773b8f82148d993878b177bb371b02e5d0aff269..5d34c079af4e0f64d559d30c6cce1c22d90bebb6 100644 (file)
--- 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;