dwm.h
changeset 229 f4f5d000ce7a
parent 191 56fee1dc9d53
child 230 b92bbc2487c9
equal deleted inserted replaced
228:ebb1fd90f633 229:f4f5d000ce7a
    20 	const char *cmd;
    20 	const char *cmd;
    21 	int i;
    21 	int i;
    22 };
    22 };
    23 
    23 
    24 /* atoms */
    24 /* atoms */
    25 enum { NetSupported, NetWMName, NetLast };
    25 enum { NetSupported, NetWMName, NetActiveWindow, NetLast };
    26 enum { WMProtocols, WMDelete, WMLast };
    26 enum { WMProtocols, WMDelete, WMLast };
    27 
    27 
    28 /* cursor */
    28 /* cursor */
    29 enum { CurNormal, CurResize, CurMove, CurLast };
    29 enum { CurNormal, CurResize, CurMove, CurLast };
    30 
    30