Initial work on window events

This commit is contained in:
Mykyta Holubakha 2016-07-12 13:58:24 +00:00
parent 095353d91d
commit 976e48d79f
7 changed files with 34 additions and 0 deletions

View file

@ -17,6 +17,10 @@ void ipc_event_barconfig_update(struct bar_config *bar);
* Send IPC mode event to all listening clients
*/
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