config.def.h
changeset 1237 7af79b380a77
parent 1235 13f86ee1a8e6
child 1249 1fcb3350609d
--- a/config.def.h	Mon May 26 09:45:34 2008 +0100
+++ b/config.def.h	Mon May 26 09:54:34 2008 +0100
@@ -27,9 +27,9 @@
 Bool resizehints       = True;     /* False means respect size hints in tiled resizals */
 
 Layout layouts[] = {
-	/* symbol     arrange  geom */
-	{ "[]=",      tile,    updatetilegeom }, /* first entry is default */
-	{ "><>",      NULL,    NULL           }, /* no layout function means floating behavior */
+	/* symbol     arrange function */
+	{ "[]=",      tile }, /* first entry is default */
+	{ "><>",      NULL }, /* no layout function means floating behavior */
 };
 
 /* key definitions */