ext-workspace protocol integration

This commit is contained in:
Consolatis 2024-12-10 06:26:19 +01:00
parent acde3b4a8b
commit 8156b91306
4 changed files with 50 additions and 0 deletions

View file

@ -27,6 +27,14 @@ struct workspace {
struct wl_listener deactivate;
struct wl_listener remove;
} on_cosmic;
struct lab_ext_workspace *ext_workspace;
struct {
struct wl_listener activate;
struct wl_listener deactivate;
struct wl_listener assign;
struct wl_listener remove;
} on_ext;
};
void workspaces_init(struct server *server);