X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=blobdiff_plain;f=dwm.c;h=6d3cf80bc77cc47949a5a7fd85b4f0d25453c1b8;hp=51d270ee2dad13f2da08f3275cccf57e2483050d;hb=f2e98f48fb3cb7558d705ba581767caccb4ea7be;hpb=c19d4b2930379d0b966a1f082f9db2f3011bea76 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;