Explorar o código

added a new comment

Anselm R Garbe %!s(int64=17) %!d(string=hai) anos
pai
achega
f2e98f48fb
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;