diff -r 2388a478f146 -r e50c3eb0f55a 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];