about summary refs log tree commit diff
path: root/xutil.c
diff options
context:
space:
mode:
authorokan <okan>2013-05-19 17:03:55 +0000
committerokan <okan>2013-05-19 17:03:55 +0000
commit556a50d8f7f6804630bfffc6b1f1817fd67a273b (patch)
tree9790c81dacf5b819a44e57be0756e124cd8e5fa3 /xutil.c
parent01bfdd7b42834de62e66b57b15145fe483cabdd6 (diff)
downloadcwm-556a50d8f7f6804630bfffc6b1f1817fd67a273b.tar.gz
cwm-556a50d8f7f6804630bfffc6b1f1817fd67a273b.tar.xz
cwm-556a50d8f7f6804630bfffc6b1f1817fd67a273b.zip
treat WM_CHANGE_STATE like other atoms
Diffstat (limited to 'xutil.c')
-rw-r--r--xutil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xutil.c b/xutil.c
index a2a6bec..764116a 100644
--- a/xutil.c
+++ b/xutil.c
@@ -239,6 +239,7 @@ struct atom_ctx cwmh[CWMH_NITEMS] = {
 	{"WM_PROTOCOLS",		None},
 	{"_MOTIF_WM_HINTS",		None},
 	{"UTF8_STRING",			None},
+	{"WM_CHANGE_STATE",		None},
 };
 struct atom_ctx ewmh[EWMH_NITEMS] = {
 	{"_NET_SUPPORTED",		None},