mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-13 08:22:16 -04:00
Merge branch 'fix/wlr-ext-workspace-order' into 'master'
wlr_ext_workspace_v1.c: add new workspaces to end of list See merge request wlroots/wlroots!5335
This commit is contained in:
commit
3adaf2dd13
1 changed files with 1 additions and 1 deletions
|
|
@ -790,7 +790,7 @@ struct wlr_ext_workspace_handle_v1 *wlr_ext_workspace_handle_v1_create(
|
|||
wl_array_init(&workspace->coordinates);
|
||||
wl_signal_init(&workspace->events.destroy);
|
||||
|
||||
wl_list_insert(&manager->workspaces, &workspace->link);
|
||||
wl_list_insert(manager->workspaces.prev, &workspace->link);
|
||||
|
||||
struct wlr_ext_workspace_manager_v1_resource *manager_res;
|
||||
wl_list_for_each(manager_res, &manager->resources, link) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue