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 committed by Johan Malm
parent 8863672b1f
commit b63c8fe411
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);