# HG changeset patch # User Anselm R Garbe # Date 1205425829 0 # Node ID 607015ddb091d49cbd3457af41713691aa69f4d6 # Parent 20faf6b62b7f204d4416671f953e743a333bc941 removed the comment again diff -r 20faf6b62b7f -r 607015ddb091 dwm.c --- a/dwm.c Thu Mar 13 13:59:40 2008 +0000 +++ b/dwm.c Thu Mar 13 16:30:29 2008 +0000 @@ -96,8 +96,7 @@ 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;