瀏覽代碼

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];