From: Anselm R Garbe Date: Thu, 13 Mar 2008 12:47:41 +0000 (+0000) Subject: added a new comment X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=f2e98f48fb3cb7558d705ba581767caccb4ea7be added a new comment --- 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;