mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
xwm: set net active window on xwm create
This commit is contained in:
parent
0d1dd84a48
commit
b443b9a998
1 changed files with 2 additions and 0 deletions
|
@ -957,5 +957,7 @@ struct wlr_xwm *xwm_create(struct wlr_xwayland *wlr_xwayland) {
|
||||||
wl_signal_add(&wlr_xwayland->compositor->events.create_surface,
|
wl_signal_add(&wlr_xwayland->compositor->events.create_surface,
|
||||||
&xwm->compositor_surface_create);
|
&xwm->compositor_surface_create);
|
||||||
|
|
||||||
|
xwm_set_net_active_window(xwm, XCB_WINDOW_NONE);
|
||||||
|
|
||||||
return xwm;
|
return xwm;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue