summaryrefslogtreecommitdiff
path: root/include/sway/ipc-server.h
diff options
context:
space:
mode:
authorIan Fan <[email protected]>2018-07-18 11:37:50 +0100
committerIan Fan <[email protected]>2018-08-01 16:57:15 +0100
commit6865b8aae9736e73a2153bce89d979737f8162cc (patch)
treeefe6c37374413fab126f73396786c1e01db6b07d /include/sway/ipc-server.h
parente0e638281e193103b44105cb1689b2ec25cae7e8 (diff)
ipc: add binding event
Diffstat (limited to 'include/sway/ipc-server.h')
-rw-r--r--include/sway/ipc-server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/ipc-server.h b/include/sway/ipc-server.h
index a11735cf..4b6d0e25 100644
--- a/include/sway/ipc-server.h
+++ b/include/sway/ipc-server.h
@@ -17,5 +17,6 @@ void ipc_event_window(struct sway_container *window, const char *change);
void ipc_event_barconfig_update(struct bar_config *bar);
void ipc_event_mode(const char *mode, bool pango);
void ipc_event_shutdown(const char *reason);
+void ipc_event_binding(struct sway_binding *binding);
#endif