mirror of
https://github.com/labwc/labwc.git
synced 2026-04-07 08:21:20 -04:00
ext-workspace: add workspace_enter/leave notifications
This commit is contained in:
parent
df8e3d819c
commit
3177667609
3 changed files with 77 additions and 0 deletions
|
|
@ -106,4 +106,13 @@ void lab_ext_workspace_set_coordinates(struct lab_ext_workspace *workspace,
|
|||
|
||||
void lab_ext_workspace_destroy(struct lab_ext_workspace *workspace);
|
||||
|
||||
/* Notify clients that a workspace has entered/left the currently bound output group.
|
||||
* This emits workspace_enter/leave for all clients that have both the group and the
|
||||
* workspace bound, mirroring the initial-state emission.
|
||||
*/
|
||||
void lab_ext_workspace_group_workspace_enter(struct lab_ext_workspace_group *group,
|
||||
struct lab_ext_workspace *workspace);
|
||||
void lab_ext_workspace_group_workspace_leave(struct lab_ext_workspace_group *group,
|
||||
struct lab_ext_workspace *workspace);
|
||||
|
||||
#endif /* LABWC_PROTOCOLS_EXT_WORKSPACES_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue