dwm.c
changeset 1145 607015ddb091
parent 1144 20faf6b62b7f
child 1147 def76530f636
--- a/dwm.c	Thu Mar 13 13:59:40 2008 +0000
+++ b/dwm.c	Thu Mar 13 16:30:29 2008 +0000
@@ -96,8 +96,7 @@
 	const char *symbol;
 	void (*arrange)(void);
 	Bool isfloating;
-} Layout; /* TODO: layout should keep an auxilliary pointer to its Geometry,
-	     instead of having all those layout specific vars globally */
+} Layout; 
 
 typedef struct {
 	const char *prop;