소스 검색

small comment

Anselm R. Garbe 18 년 전
부모
커밋
24c125cc8a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      dwm.c

+ 1 - 0
dwm.c

@@ -56,6 +56,7 @@ enum { ColBorder, ColFG, ColBG, ColLast };		/* color */
 enum { NetSupported, NetWMName, NetLast };		/* EWMH atoms */
 enum { WMProtocols, WMDelete, WMName, WMState, WMLast };/* default atoms */
 
+/* typedefs */
 typedef struct {
 	int x, y, w, h;
 	unsigned long norm[ColLast];