diff options
author | oga | 2009-12-07 22:21:59 +0000 |
---|---|---|
committer | oga | 2009-12-07 22:21:59 +0000 |
commit | ad1677271ac08bca24c9d41bcbe555353687eb58 (patch) | |
tree | 242b773b3d4e4fdbcb70e4725da3b398ab7de847 /calmwm.h | |
parent | e4020287e35b326e95d08d540f8c14b34d9c32be (diff) | |
download | cwm-ad1677271ac08bca24c9d41bcbe555353687eb58.tar.gz |
Implement _NET_ACTIVE_WINDOW. for now just the informational hint is
supported, the client message to change this will be supported when all
informational hints are working.
ok okan@
Diffstat (limited to 'calmwm.h')
-rw-r--r-- | calmwm.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -15,7 +15,7 @@ * ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * - * $Id: calmwm.h,v 1.99 2009/12/07 21:20:52 okan Exp $ + * $Id: calmwm.h,v 1.100 2009/12/07 22:21:59 oga Exp $ */ #ifndef _CALMWM_H_ @@ -526,7 +526,8 @@ extern struct conf Conf; #define _NET_SUPPORTED cwm_atoms[7] #define _NET_SUPPORTING_WM_CHECK cwm_atoms[8] #define _NET_WM_NAME cwm_atoms[9] -#define CWM_NO_ATOMS 10 +#define _NET_ACTIVE_WINDOW cwm_atoms[10] +#define CWM_NO_ATOMS 11 #define CWM_NETWM_START 7 extern Atom cwm_atoms[CWM_NO_ATOMS]; |