diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2016-07-12 13:58:24 +0000 |
---|---|---|
committer | Mykyta Holubakha <hilobakho@gmail.com> | 2016-07-21 21:51:20 +0300 |
commit | 976e48d79f46fbab02d7af0ae1b6804018774a63 (patch) | |
tree | f230178d62aff86bd83181b588e055aa7963d2a6 /include/ipc-server.h | |
parent | 095353d91db1467cb0366cfe68773d679d029370 (diff) |
Initial work on window events
Diffstat (limited to 'include/ipc-server.h')
-rw-r--r-- | include/ipc-server.h | 4 |
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); */ void ipc_event_mode(const char *mode); /** + * Send IPC window change event + */ +void ipc_event_window(swayc_t *window, const char *change); +/** * Sends an IPC modifier event to all listening clients. The modifier event * includes a key 'change' with the value of state and a key 'modifier' with * the name of that modifier. |