diff options
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; } |