summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-03 22:00:59 +0100
committerLibravatar Mikkel Oscar Lyderik <mikkeloscar@gmail.com>2016-01-03 22:16:36 +0100
commitaa2f754c64605676c9f3586ebf18f667e787c06a (patch)
tree3cd19b37cfe852fa9e2b2f7104fc0c92c4ccdec1 /include
parentMerge pull request #427 from mikkeloscar/ipc-update (diff)
downloadsway-aa2f754c64605676c9f3586ebf18f667e787c06a.tar.gz
sway-aa2f754c64605676c9f3586ebf18f667e787c06a.tar.zst
sway-aa2f754c64605676c9f3586ebf18f667e787c06a.zip
swaybar: Implement binding_mode_indicator
Diffstat (limited to 'include')
-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