diff options
| author | Anselm R Garbe <garbeam@gmail.com> | 2008-03-13 12:47:41 +0000 | 
|---|---|---|
| committer | Anselm R Garbe <garbeam@gmail.com> | 2008-03-13 12:47:41 +0000 | 
| commit | f2e98f48fb3cb7558d705ba581767caccb4ea7be (patch) | |
| tree | 4b6c1ccf811bcc588f2a40b3800ff77d296a5aea | |
| parent | c19d4b2930379d0b966a1f082f9db2f3011bea76 (diff) | |
added a new comment
| -rw-r--r-- | dwm.c | 3 | 
1 files changed, 2 insertions, 1 deletions
| @@ -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; | 
