diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-24 11:00:41 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-24 11:00:41 -0400 |
commit | c666d34d2d09d8a3536901881ef31450fcdf696a (patch) | |
tree | 469b338e7e26d3c93d31295c0331ff7d9f154ce5 /xwayland | |
parent | 79978383ba8fc894117947c80fc9d8cd78782fee (diff) |
xwm: add missing atoms to list
Diffstat (limited to 'xwayland')
-rw-r--r-- | xwayland/xwm.c | 2 |
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 */ |