xwayland: fix unmanaged surfaces order
This commit is contained in:
parent
df1aeed6c2
commit
d1433c637a
|
@ -59,7 +59,7 @@ static void unmanaged_handle_map(struct wl_listener *listener, void *data) {
|
||||||
wl_container_of(listener, surface, map);
|
wl_container_of(listener, surface, map);
|
||||||
struct wlr_xwayland_surface *xsurface = surface->wlr_xwayland_surface;
|
struct wlr_xwayland_surface *xsurface = surface->wlr_xwayland_surface;
|
||||||
|
|
||||||
wl_list_insert(&root_container.sway_root->xwayland_unmanaged,
|
wl_list_insert(root_container.sway_root->xwayland_unmanaged.prev,
|
||||||
&surface->link);
|
&surface->link);
|
||||||
|
|
||||||
wl_signal_add(&xsurface->surface->events.commit, &surface->commit);
|
wl_signal_add(&xsurface->surface->events.commit, &surface->commit);
|
||||||
|
|
Loading…
Reference in a new issue