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

@ -16,9 +16,9 @@ enum pending_change {
CW_PENDING_WS_REMOVE = 1 << 3,
};
void group_output_send_initial_state(struct lab_cosmic_workspace_group *group,
void cosmic_group_output_send_initial_state(struct lab_cosmic_workspace_group *group,
struct wl_resource *group_resource);
void manager_schedule_done_event(struct lab_cosmic_workspace_manager *manager);
void cosmic_manager_schedule_done_event(struct lab_cosmic_workspace_manager *manager);
#endif /* LABWC_PROTOCOLS_COSMIC_WORKSPACES_INTERNAL_H */