dwm.h
changeset 230 b92bbc2487c9
parent 229 f4f5d000ce7a
child 232 98e9901b1dbb
equal deleted inserted replaced
229:f4f5d000ce7a 230:b92bbc2487c9
    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, NetActiveWindow, NetLast };
    25 enum { NetSupported, NetWMName, 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