added a new comment

This commit is contained in:
Anselm R Garbe 2008-03-13 12:47:41 +00:00
parent c19d4b2930
commit f2e98f48fb
1 changed files with 2 additions and 1 deletions

3
dwm.c
View File

@ -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;