small comment 24c125cc
Anselm R. Garbe · 2007-10-11 20:50 1 file(s) · +1 −0
dwm.c +1 −0
56 56
enum { NetSupported, NetWMName, NetLast };		/* EWMH atoms */
57 57
enum { WMProtocols, WMDelete, WMName, WMState, WMLast };/* default atoms */
58 58
59 +
/* typedefs */
59 60
typedef struct {
60 61
	int x, y, w, h;
61 62
	unsigned long norm[ColLast];