From ae760f3f3883cbb4249d46d2213c86696c64cd04 Mon Sep 17 00:00:00 2001 From: "Anselm R. Garbe" Date: Sun, 9 Sep 2007 18:28:39 +0200 Subject: introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals --- tile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tile.c') 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; } -- cgit v1.2.3-54-g00ecf