]> git.armaanb.net Git - dwm.git/blobdiff - tile.c
introduced new define RESIZEHINTS, which allows to enable/disable size hint handling...
[dwm.git] / tile.c
diff --git a/tile.c b/tile.c
index 7915441d05f2e00e9a6b809ee08251965ed924c3..56a06d36a05a651d12a84fcd7378625dfbcb0f37 100644 (file)
--- a/tile.c
+++ b/tile.c
@@ -63,7 +63,7 @@ tile(void) {
                        else
                                nh = th - 2 * c->border;
                }
-               resize(c, nx, ny, nw, nh, False);
+               resize(c, nx, ny, nw, nh, RESIZEHINTS);
                if(n > 1 && th != wah)
                        ny += nh + 2 * c->border;
        }