aboutsummaryrefslogtreecommitdiffstats
path: root/xutil.c
diff options
context:
space:
mode:
authoroga2009-12-11 17:55:42 +0000
committeroga2009-12-11 17:55:42 +0000
commit4386b73ae6c52a58bde556ef4ba94a7676a53599 (patch)
treebcd5397e1fbba0d1606db3cabcefaf9363ea4c6f /xutil.c
parentb5e3cdbe512264c453033c02a088bbd72c50bf32 (diff)
downloadcwm-4386b73ae6c52a58bde556ef4ba94a7676a53599.tar.gz
implement support for _NET_WM_DESKTOP properties on windows.
it works kinda like _CWM_GRP, which we added to aid restarts a while ago, but it's standardised and clients are specifically allowed to set it to request a desktop. for noe we leave _CWM_GRP support in, but its days are now numbered. while i'm here fixup an int/long mixup with an earlier diff. ok okan@
Diffstat (limited to '')
-rw-r--r--xutil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xutil.c b/xutil.c
index da94d30..bbd35ec 100644
--- a/xutil.c
+++ b/xutil.c
@@ -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: xutil.c,v 1.24 2009/12/11 17:51:42 oga Exp $
+ * $Id: xutil.c,v 1.25 2009/12/11 17:55:42 oga Exp $
*/
#include "headers.h"
@@ -190,6 +190,7 @@ char *atoms[CWM_NO_ATOMS] = {
"_NET_VIRTUAL_ROOTS",
"_NET_SHOWING_DESKTOP",
"_NET_DESKTOP_NAMES",
+ "_NET_WM_DESKTOP",
};
void