about summary refs log tree commit diff stats
path: root/tile.c
diff options
context:
space:
mode:
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;
 	}