diff options
author | Tony Crisci <tony@dubstepdish.com> | 2017-12-18 14:27:38 -0500 |
---|---|---|
committer | Tony Crisci <tony@dubstepdish.com> | 2017-12-18 14:27:38 -0500 |
commit | f2985000f364693fbeb832df1c4fd468c608e40f (patch) | |
tree | f84600bdc02e4239fd93f203eb020a90fc7a5f48 /include/sway | |
parent | a949d7de5a7df2a3eaf51f4993ea94cf0dbc4a9a (diff) |
ipc get_inputs
Diffstat (limited to 'include/sway')
-rw-r--r-- | include/sway/ipc-json.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sway/ipc-json.h b/include/sway/ipc-json.h index 9435b664..eef5a018 100644 --- a/include/sway/ipc-json.h +++ b/include/sway/ipc-json.h @@ -2,10 +2,12 @@ #define _SWAY_IPC_JSON_H #include <json-c/json.h> #include "sway/container.h" +#include "sway/input/input-manager.h" json_object *ipc_json_get_version(); json_object *ipc_json_describe_container(swayc_t *c); json_object *ipc_json_describe_container_recursive(swayc_t *c); +json_object *ipc_json_describe_input(struct sway_input_device *device); #endif |