aboutsummaryrefslogtreecommitdiff
path: root/xwayland
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-24 11:00:41 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-24 11:00:41 -0400
commitc666d34d2d09d8a3536901881ef31450fcdf696a (patch)
tree469b338e7e26d3c93d31295c0331ff7d9f154ce5 /xwayland
parent79978383ba8fc894117947c80fc9d8cd78782fee (diff)
xwm: add missing atoms to list
Diffstat (limited to 'xwayland')
-rw-r--r--xwayland/xwm.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c
index bd485eb1..ee04f734 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
@@ -30,6 +30,8 @@ const char *atom_map[ATOM_LAST] = {
"_NET_WM_STATE",
"_NET_WM_WINDOW_TYPE",
"WM_TAKE_FOCUS",
+ "WINDOW",
+ "_NET_ACTIVE_WINDOW",
};
/* General helpers */