summaryrefslogtreecommitdiffstats
path: root/include/ipc-server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ipc-server.h')
-rw-r--r--include/ipc-server.h4
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);
18 */ 18 */
19void ipc_event_mode(const char *mode); 19void ipc_event_mode(const char *mode);
20/** 20/**
21 * Send IPC window change event
22 */
23void ipc_event_window(swayc_t *window, const char *change);
24/**
21 * Sends an IPC modifier event to all listening clients. The modifier event 25 * Sends an IPC modifier event to all listening clients. The modifier event
22 * includes a key 'change' with the value of state and a key 'modifier' with 26 * includes a key 'change' with the value of state and a key 'modifier' with
23 * the name of that modifier. 27 * the name of that modifier.