aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTony Crisci <tony@dubstepdish.com>2017-10-25 20:41:55 -0400
committerTony Crisci <tony@dubstepdish.com>2017-10-25 20:41:55 -0400
commita861b380ef09274b6e9295c2a7d7014425e5b6ae (patch)
tree12fe8eb6b45efb368ac073d00c9f9ab5d6d6d3fa
parent7914f4bda9aa2ea9e57ac36ec0d49e8a2c49d182 (diff)
xwm: add net active window to supported
-rw-r--r--xwayland/xwm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xwayland/xwm.c b/xwayland/xwm.c
index 90f2f21c..efef1b20 100644
--- a/xwayland/xwm.c
+++ b/xwayland/xwm.c
@@ -930,6 +930,7 @@ struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland) {
XCB_CW_EVENT_MASK, (uint32_t[]){XCB_EVENT_MASK_PROPERTY_CHANGE}));
xcb_atom_t supported[] = {
xwm->atoms[NET_WM_STATE],
+ xwm->atoms[_NET_ACTIVE_WINDOW],
};
XCB_CALL(xwm, xcb_change_property_checked(xwm->xcb_conn,