summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2017-12-18 09:21:14 -0500
committerLibravatar GitHub <noreply@github.com>2017-12-18 09:21:14 -0500
commit4fea223aba96c743726d509fee58ec8d8ff4a3d3 (patch)
tree85979d4c2b75698b919176884a35a1f129a92e7f /include
parentMerge pull request #1503 from emersion/output-config (diff)
parentAdd IPC get_outputs (diff)
downloadsway-4fea223aba96c743726d509fee58ec8d8ff4a3d3.tar.gz
sway-4fea223aba96c743726d509fee58ec8d8ff4a3d3.tar.zst
sway-4fea223aba96c743726d509fee58ec8d8ff4a3d3.zip
Merge pull request #1525 from emersion/ipc-get-outputs
Add IPC get_outputs
Diffstat (limited to 'include')
-rw-r--r--include/sway/ipc-json.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/ipc-json.h b/include/sway/ipc-json.h
index 9986c399..9435b664 100644
--- a/include/sway/ipc-json.h
+++ b/include/sway/ipc-json.h
@@ -5,6 +5,7 @@
5 5
6json_object *ipc_json_get_version(); 6json_object *ipc_json_get_version();
7 7
8json_object *ipc_json_describe_container(swayc_t *c);
8json_object *ipc_json_describe_container_recursive(swayc_t *c); 9json_object *ipc_json_describe_container_recursive(swayc_t *c);
9 10
10#endif 11#endif