added a new comment f2e98f48
Anselm R Garbe · 2008-03-13 12:47 1 file(s) · +2 −1
dwm.c +2 −1
96 96
	const char *symbol;
97 97
	void (*arrange)(void);
98 98
	Bool isfloating;
99 -
} Layout;
99 +
} Layout; /* TODO: layout should keep an auxilliary pointer to its Geometry,
100 +
	     instead of having all those layout specific vars globally */
100 101
101 102
typedef struct {
102 103
	const char *prop;