diff options
author | Mykyta Holubakha <hilobakho@gmail.com> | 2016-07-19 23:28:06 +0300 |
---|---|---|
committer | Mykyta Holubakha <hilobakho@gmail.com> | 2016-07-21 21:51:20 +0300 |
commit | 2029fef6b8ce7d9e332bd616bb9c6a76fa404c06 (patch) | |
tree | b1f7493a8633aa3249814a3aaa31057fa43f3bf6 /include/ipc-json.h | |
parent | 976e48d79f46fbab02d7af0ae1b6804018774a63 (diff) |
More progress on window events
Diffstat (limited to 'include/ipc-json.h')
-rw-r--r-- | include/ipc-json.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ipc-json.h b/include/ipc-json.h index f90d801e..02b07a23 100644 --- a/include/ipc-json.h +++ b/include/ipc-json.h @@ -9,5 +9,6 @@ json_object *ipc_json_get_version(); json_object *ipc_json_describe_bar_config(struct bar_config *bar); json_object *ipc_json_describe_container(swayc_t *c); json_object *ipc_json_describe_container_recursive(swayc_t *c); +json_object *ipc_json_describe_window(swayc_t *c); #endif |