소스 검색

added a new comment

Anselm R Garbe 18 년 전
부모
커밋
f2e98f48fb
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  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;