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 ab9807ef..04975093 100644
--- a/include/ipc-server.h
+++ b/include/ipc-server.h
@@ -11,6 +11,10 @@ struct sockaddr_un *ipc_user_sockaddr(void);
11 11
12void ipc_event_workspace(swayc_t *old, swayc_t *new, const char *change); 12void ipc_event_workspace(swayc_t *old, swayc_t *new, const char *change);
13void ipc_event_barconfig_update(struct bar_config *bar); 13void ipc_event_barconfig_update(struct bar_config *bar);
14/**
15 * Send IPC mode event to all listening clients
16 */
17void ipc_event_mode(const char *mode);
14const char *swayc_type_string(enum swayc_types type); 18const char *swayc_type_string(enum swayc_types type);
15 19
16#endif 20#endif