aboutsummaryrefslogtreecommitdiffstats
path: root/xutil.c
diff options
context:
space:
mode:
authorokan2013-05-19 17:03:55 +0000
committerokan2013-05-19 17:03:55 +0000
commit4168dbb83a4439cdf7fdf6c6ce80bd2008de9ac1 (patch)
tree77cd73c33ee3e48beadddfc6f41944ccdbb4fa44 /xutil.c
parent905535649273a456101caa2811abfed2c65774eb (diff)
downloadcwm-4168dbb83a4439cdf7fdf6c6ce80bd2008de9ac1.tar.gz
treat WM_CHANGE_STATE like other atoms
Diffstat (limited to '')
-rw-r--r--xutil.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/xutil.c b/xutil.c
index 530a29a..67f5604 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.
*
- * $OpenBSD: xutil.c,v 1.59 2013/05/10 16:32:48 okan Exp $
+ * $OpenBSD: xutil.c,v 1.60 2013/05/19 17:03:55 okan Exp $
*/
#include <sys/param.h>
@@ -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},