JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
added a new comment
authorAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 12:47:41 +0000 (12:47 +0000)
committerAnselm R Garbe <garbeam@gmail.com>
Thu, 13 Mar 2008 12:47:41 +0000 (12:47 +0000)
dwm.c

diff --git a/dwm.c b/dwm.c
index 51d270e..6d3cf80 100644 (file)
--- a/dwm.c
+++ b/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;