mirror of
https://github.com/labwc/labwc.git
synced 2026-02-25 01:40:28 -05:00
cosmic-workspaces: labwc integration
This commit is contained in:
parent
31f4336ed6
commit
904e0d2e97
4 changed files with 61 additions and 0 deletions
|
|
@ -301,6 +301,11 @@ 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 {
|
||||
struct wl_listener layout_output_added;
|
||||
} on;
|
||||
} workspaces;
|
||||
|
||||
struct wl_list outputs;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue