diff options
author | Drew DeVault <sir@cmpwn.com> | 2016-07-21 14:59:57 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-21 14:59:57 -0400 |
commit | 464239f7ac11d32a6f10b8517b8410a2eb9b493a (patch) | |
tree | 96929d8f1b16ad0b5773b1776484caba858c77a5 /include/ipc-json.h | |
parent | 095353d91db1467cb0366cfe68773d679d029370 (diff) | |
parent | f022628a2ef56ea296232b8e7bd7b73a6ce0df63 (diff) | |
download | sway-464239f7ac11d32a6f10b8517b8410a2eb9b493a.tar.xz |
Merge pull request #776 from Hummer12007/window-events
[RFC] Implement 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 |