mirror of
https://github.com/swaywm/sway.git
synced 2025-11-01 22:58:41 -04:00
Trigger ipc_event_workspace in all cases
This makes sure that the workspace IPC event is triggered when needed. Fixes #382 while making sure that the IPC event is only triggered once.
This commit is contained in:
parent
442a54c38b
commit
50b04884b6
4 changed files with 31 additions and 15 deletions
|
|
@ -9,7 +9,7 @@ void ipc_init(void);
|
|||
void ipc_terminate(void);
|
||||
struct sockaddr_un *ipc_user_sockaddr(void);
|
||||
|
||||
void ipc_event_workspace(swayc_t *old, swayc_t *new);
|
||||
void ipc_event_workspace(swayc_t *old, swayc_t *new, const char *change);
|
||||
void ipc_event_barconfig_update(struct bar_config *bar);
|
||||
const char *swayc_type_string(enum swayc_types type);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue