small comment

This commit is contained in:
Anselm R. Garbe 2007-10-11 20:50:01 +02:00
parent 0453c1d180
commit 24c125cc8a
1 changed files with 1 additions and 0 deletions

1
dwm.c
View File

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