tile.c
changeset 979 1f295ac327ef
parent 976 7c117df5d202
--- a/tile.c	Fri Sep 07 21:22:49 2007 +0200
+++ b/tile.c	Sun Sep 09 18:28:39 2007 +0200
@@ -63,7 +63,7 @@
 			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;
 	}