mirror of
https://github.com/labwc/labwc.git
synced 2025-10-31 22:25:34 -04:00
cosmic-workspaces: add cosmic_ prefix
In preperation for a future ext-workspace integration.
This commit is contained in:
parent
8863672b1f
commit
b63c8fe411
5 changed files with 24 additions and 20 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue