Mercurial > aewl
comparison dwm.h @ 229:f4f5d000ce7a
implemented NET_ACTIVE_WINDOW support
author | Anselm R.Garbe <arg@10ksloc.org> |
---|---|
date | Tue, 08 Aug 2006 17:08:45 +0200 |
parents | 56fee1dc9d53 |
children | b92bbc2487c9 |
comparison
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 |