Parcourir la source

added a new comment

Anselm R Garbe il y a 17 ans
Parent
commit
f2e98f48fb
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      dwm.c

+ 2 - 1
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;