X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.c;h=a54329a7f23117ada470594c1b2a71eef818d3ed;hb=dd9ee6d248397dcd3483131808e5c967bad3900f;hp=0894c651c9b36615e0e858df585b132df40d9f1f;hpb=831428b00cf0bb6c7830c2178c8d13213f29b2db;p=dwm.git diff --git a/dwm.c b/dwm.c index 0894c65..a54329a 100644 --- a/dwm.c +++ b/dwm.c @@ -96,8 +96,7 @@ typedef struct { const char *symbol; void (*arrange)(void); Bool isfloating; -} Layout; /* TODO: layout should keep an auxilliary pointer to its Geometry, - instead of having all those layout specific vars globally */ +} Layout; typedef struct { const char *prop;