Commit f2e98f4

Anselm R Garbe <garbeam@gmail.com>
2008-03-13 08:47:41
added a new comment
1 parent c19d4b2
Changed files (1)
dwm.c
@@ -96,7 +96,8 @@ typedef struct {
 	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;