aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2016-07-19 23:28:06 +0300
committerFurkan Sahin <furkan-dev@proton.me>2016-07-19 23:28:06 +0300
commit4c61f12c27d65ba708bf5fcc658c9561b36af989 (patch)
treeb1f7493a8633aa3249814a3aaa31057fa43f3bf6 /include
parent4d70fb0ad0d7cdd66e95cf5ebc7b4af6f1cc2261 (diff)
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();
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