mirror of
https://github.com/swaywm/sway.git
synced 2024-11-10 20:44:01 +01:00
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);
|
||||
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);
|
||||
|
||||
wl_signal_add(&xsurface->surface->events.commit, &surface->commit);
|
||||
|
Loading…
Reference in New Issue
Block a user