mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-22 07:02:28 +00:00
xwm: set net active window on xwm create
This commit is contained in:
parent
0d1dd84a48
commit
b443b9a998
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user