mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -05:00
Drop cosmic-workspace and use wlroots impl of ext-workspace-v1
This commit is contained in:
parent
918c3290fc
commit
2802ca7264
21 changed files with 46 additions and 2697 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue