diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-10-25 20:41:55 -0400 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-25 20:41:55 -0400 |
commit | a861b380ef09274b6e9295c2a7d7014425e5b6ae (patch) | |
tree | 12fe8eb6b45efb368ac073d00c9f9ab5d6d6d3fa /xwayland | |
parent | 7914f4bda9aa2ea9e57ac36ec0d49e8a2c49d182 (diff) |
xwm: add net active window to supported
Diffstat (limited to 'xwayland')
-rw-r--r-- | xwayland/xwm.c | 1 |
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, |