added a new comment
authorAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 12:47:41 +0000
changeset 1142 db3b21ba52e8
parent 1141 fa19c918d250
child 1143 9e633f87c9c0
added a new comment
dwm.c
--- a/dwm.c	Thu Mar 13 12:45:30 2008 +0000
+++ b/dwm.c	Thu Mar 13 12:47:41 2008 +0000
@@ -96,7 +96,8 @@
 	const char *symbol;
 	void (*arrange)(void);
 	Bool isfloating;
-} Layout;
+} Layout; /* TODO: layout should keep an auxilliary pointer to its Geometry,
+	     instead of having all those layout specific vars globally */
 
 typedef struct {
 	const char *prop;