aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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 47026bfd..96b7902f 100644
--- a/include/ipc-server.h
+++ b/include/ipc-server.h
@@ -21,6 +21,10 @@ void ipc_event_mode(const char *mode);
21 * the name of that modifier. 21 * the name of that modifier.
22 */ 22 */
23void ipc_event_modifier(uint32_t modifier, const char *state); 23void ipc_event_modifier(uint32_t modifier, const char *state);
24/**
25 * Send IPC keyboard binding event.
26 */
27void ipc_event_binding_keyboard(struct sway_binding *sb);
24const char *swayc_type_string(enum swayc_types type); 28const char *swayc_type_string(enum swayc_types type);
25 29
26#endif 30#endif