aboutsummaryrefslogtreecommitdiffstats
path: root/tile.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <garbeam@gmail.com>2007-09-09 18:28:39 +0200
committerAnselm R. Garbe <garbeam@gmail.com>2007-09-09 18:28:39 +0200
commitae760f3f3883cbb4249d46d2213c86696c64cd04 (patch)
tree7505d8f39877f3884a58def5ab6aa5fa9c6ace9a /tile.c
parent169d96ae8fdf430fd028de74a97c8901759174be (diff)
downloaddwm-ae760f3f3883cbb4249d46d2213c86696c64cd04.tar.zst
introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals
Diffstat (limited to 'tile.c')
-rw-r--r--tile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tile.c b/tile.c
index 7915441..56a06d3 100644
--- 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;
}