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

This commit is contained in:
tokyo4j 2025-07-18 18:47:39 +09:00
parent 918c3290fc
commit 2802ca7264
21 changed files with 46 additions and 2697 deletions

View file

@ -247,13 +247,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;