small comment
authorAnselm R. Garbe <garbeam@gmail.com>
Thu, 11 Oct 2007 20:50:01 +0200
changeset 1030 e50c3eb0f55a
parent 1029 2388a478f146
child 1031 7216ff510041
small comment
dwm.c
--- a/dwm.c	Thu Oct 11 20:47:34 2007 +0200
+++ b/dwm.c	Thu Oct 11 20:50:01 2007 +0200
@@ -56,6 +56,7 @@
 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];