mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-13 08:22:16 -04:00
ext-foreign-toplevel-list: add new toplevels to end of list
Same as the prior patch for wlr-foreign-toplevel-management.
This commit is contained in:
parent
84b45e4157
commit
8dd1a77615
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ wlr_ext_foreign_toplevel_handle_v1_create(struct wlr_ext_foreign_toplevel_list_v
|
|||
return NULL;
|
||||
}
|
||||
|
||||
wl_list_insert(&list->toplevels, &toplevel->link);
|
||||
wl_list_insert(list->toplevels.prev, &toplevel->link);
|
||||
toplevel->list = list;
|
||||
if (state->app_id) {
|
||||
toplevel->app_id = strdup(state->app_id);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue