summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-07-19 23:28:06 +0300
committerLibravatar Mykyta Holubakha <hilobakho@gmail.com>2016-07-21 21:51:20 +0300
commit2029fef6b8ce7d9e332bd616bb9c6a76fa404c06 (patch)
treeb1f7493a8633aa3249814a3aaa31057fa43f3bf6 /include
parentInitial work on window events (diff)
downloadsway-2029fef6b8ce7d9e332bd616bb9c6a76fa404c06.tar.gz
sway-2029fef6b8ce7d9e332bd616bb9c6a76fa404c06.tar.zst
sway-2029fef6b8ce7d9e332bd616bb9c6a76fa404c06.zip
More progress on window events
Diffstat (limited to 'include')
-rw-r--r--include/ipc-json.h1
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();
9json_object *ipc_json_describe_bar_config(struct bar_config *bar); 9json_object *ipc_json_describe_bar_config(struct bar_config *bar);
10json_object *ipc_json_describe_container(swayc_t *c); 10json_object *ipc_json_describe_container(swayc_t *c);
11json_object *ipc_json_describe_container_recursive(swayc_t *c); 11json_object *ipc_json_describe_container_recursive(swayc_t *c);
12json_object *ipc_json_describe_window(swayc_t *c);
12 13
13#endif 14#endif