comparison dwm.h @ 230:b92bbc2487c9

removed NET_ACTIVE_WINDOW handling
author Anselm R.Garbe <arg@10ksloc.org>
date Tue, 08 Aug 2006 18:12:18 +0200
parents f4f5d000ce7a
children 98e9901b1dbb
comparison
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