aboutsummaryrefslogtreecommitdiffstats
path: root/dwm.c
diff options
context:
space:
mode:
authorAnselm R Garbe <garbeam@gmail.com>2008-03-13 13:47:41 +0100
committerAnselm R Garbe <garbeam@gmail.com>2008-03-13 13:47:41 +0100
commitf2e98f48fb3cb7558d705ba581767caccb4ea7be (patch)
tree4b6c1ccf811bcc588f2a40b3800ff77d296a5aea /dwm.c
parentc19d4b2930379d0b966a1f082f9db2f3011bea76 (diff)
downloaddwm-f2e98f48fb3cb7558d705ba581767caccb4ea7be.tar.zst
added a new comment
Diffstat (limited to 'dwm.c')
-rw-r--r--dwm.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/dwm.c b/dwm.c
index 51d270e..6d3cf80 100644
--- 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;