Explorar el Código

added a new comment

Anselm R Garbe hace 17 años
padre
commit
f2e98f48fb
Se han modificado 1 ficheros con 2 adiciones y 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;