diff options
Diffstat (limited to 'include/ipc-server.h')
-rw-r--r-- | include/ipc-server.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ipc-server.h b/include/ipc-server.h index aef3aa07..1d199134 100644 --- a/include/ipc-server.h +++ b/include/ipc-server.h @@ -18,6 +18,10 @@ void ipc_event_barconfig_update(struct bar_config *bar); */ void ipc_event_mode(const char *mode); /** + * Send IPC window change event + */ +void ipc_event_window(swayc_t *window, const char *change); +/** * Sends an IPC modifier event to all listening clients. The modifier event * includes a key 'change' with the value of state and a key 'modifier' with * the name of that modifier. |