diff options
| author | Tony Crisci <tony@dubstepdish.com> | 2017-10-25 08:42:42 -0400 |
|---|---|---|
| committer | Tony Crisci <tony@dubstepdish.com> | 2017-10-25 08:42:42 -0400 |
| commit | b443b9a9987d240e7e5f5ecb766f5ccd7987e35f (patch) | |
| tree | 40958b06fae026a204f589d0f2bc07e1764cb4a9 | |
| parent | 0d1dd84a48cbfec848866cfbe4e62652765d7c98 (diff) | |
| download | wlroots-b443b9a9987d240e7e5f5ecb766f5ccd7987e35f.tar.xz | |
xwm: set net active window on xwm create
| -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 f39f8391..213e633a 100644 --- a/xwayland/xwm.c +++ b/xwayland/xwm.c @@ -957,5 +957,7 @@ struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland) { wl_signal_add(&wlr_xwayland->compositor->events.create_surface, &xwm->compositor_surface_create); + xwm_set_net_active_window(xwm, XCB_WINDOW_NONE); + return xwm; } |
