Drop cosmic-workspace and use wlroots implementation of ext-workspace-v1

This commit is contained in:
tokyo4j 2025-07-18 18:47:39 +09:00 committed by Consolatis
parent c3fc78286a
commit 647e9b7658
21 changed files with 40 additions and 2698 deletions

View file

@ -243,13 +243,14 @@ struct server {
struct wl_list all; /* struct workspace.link */
struct workspace *current;
struct workspace *last;
struct lab_cosmic_workspace_manager *cosmic_manager;
struct lab_cosmic_workspace_group *cosmic_group;
struct lab_ext_workspace_manager *ext_manager;
struct lab_ext_workspace_group *ext_group;
struct wlr_ext_workspace_manager_v1 *ext_manager;
struct wlr_ext_workspace_group_handle_v1 *ext_group;
struct {
struct wl_listener layout_output_added;
} on;
struct {
struct wl_listener commit;
} on_ext_manager;
} workspaces;
struct wl_list outputs;