diff options
author | oga | 2009-12-10 23:21:26 +0000 |
---|---|---|
committer | oga | 2009-12-10 23:21:26 +0000 |
commit | 640b7c9876ce301eafc3651136e16c191f26dd4b (patch) | |
tree | d0dc3f1467edb2978aa556249885c484f9129e09 /calmwm.h | |
parent | 067d8c9f41a0c6d9cd87c31432b56057e0da2c5d (diff) | |
download | cwm-640b7c9876ce301eafc3651136e16c191f26dd4b.tar.gz |
Implement _NET_VIRTUAL_ROOTS (just clear it, we don't use that technique)
and _NET_SHOWING_DESKTOP (we're never doing so right now).
only three informational root-window hints to go.
ok okan@
Diffstat (limited to '')
-rw-r--r-- | calmwm.h | 6 |
1 files changed, 4 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.105 2009/12/10 23:14:58 oga Exp $ + * $Id: calmwm.h,v 1.106 2009/12/10 23:21:26 oga Exp $ */ #ifndef _CALMWM_H_ @@ -536,7 +536,9 @@ extern struct conf Conf; #define _NET_CURRENT_DESKTOP cwm_atoms[13] #define _NET_DESKTOP_VIEWPORT cwm_atoms[14] #define _NET_DESKTOP_GEOMETRY cwm_atoms[15] -#define CWM_NO_ATOMS 16 +#define _NET_VIRTUAL_ROOTS cwm_atoms[16] +#define _NET_SHOWING_DESKTOP cwm_atoms[17] +#define CWM_NO_ATOMS 18 #define CWM_NETWM_START 7 extern Atom cwm_atoms[CWM_NO_ATOMS]; |