diff options
author | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-09 18:28:39 +0200 |
---|---|---|
committer | Anselm R. Garbe <garbeam@gmail.com> | 2007-09-09 18:28:39 +0200 |
commit | ae760f3f3883cbb4249d46d2213c86696c64cd04 (patch) | |
tree | 7505d8f39877f3884a58def5ab6aa5fa9c6ace9a /tile.c | |
parent | 169d96ae8fdf430fd028de74a97c8901759174be (diff) |
introduced new define RESIZEHINTS, which allows to enable/disable size hint handling in tiled resizals
Diffstat (limited to 'tile.c')
-rw-r--r-- | tile.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |