dwm.c
changeset 1030 e50c3eb0f55a
parent 1029 2388a478f146
child 1031 7216ff510041
equal deleted inserted replaced
1029:2388a478f146 1030:e50c3eb0f55a
    54 enum { CurNormal, CurResize, CurMove, CurLast };	/* cursor */
    54 enum { CurNormal, CurResize, CurMove, CurLast };	/* cursor */
    55 enum { ColBorder, ColFG, ColBG, ColLast };		/* color */
    55 enum { ColBorder, ColFG, ColBG, ColLast };		/* color */
    56 enum { NetSupported, NetWMName, NetLast };		/* EWMH atoms */
    56 enum { NetSupported, NetWMName, NetLast };		/* EWMH atoms */
    57 enum { WMProtocols, WMDelete, WMName, WMState, WMLast };/* default atoms */
    57 enum { WMProtocols, WMDelete, WMName, WMState, WMLast };/* default atoms */
    58 
    58 
       
    59 /* typedefs */
    59 typedef struct {
    60 typedef struct {
    60 	int x, y, w, h;
    61 	int x, y, w, h;
    61 	unsigned long norm[ColLast];
    62 	unsigned long norm[ColLast];
    62 	unsigned long sel[ColLast];
    63 	unsigned long sel[ColLast];
    63 	Drawable drawable;
    64 	Drawable drawable;