cosmic-workspaces: add cosmic_ prefix

In preperation for a future ext-workspace integration.
This commit is contained in:
Consolatis 2024-11-18 20:45:11 +01:00
parent 63dc609085
commit 7d91d71c11
5 changed files with 24 additions and 20 deletions

View file

@ -26,7 +26,7 @@ struct workspace {
struct wl_listener activate;
struct wl_listener deactivate;
struct wl_listener remove;
} on;
} on_cosmic;
};
void workspaces_init(struct server *server);