diff options
author | Brian Ashworth <[email protected]> | 2018-06-05 17:56:32 -0400 |
---|---|---|
committer | Brian Ashworth <[email protected]> | 2018-06-06 20:11:24 -0400 |
commit | a1b5b93d299bfe129f2b3409a7f642049fcce1d6 (patch) | |
tree | 4d87f5ab8f0f18ada1fc12a4eb4ba3b5d0350527 /include/sway/ipc-json.h | |
parent | 22c1c4beb4baa369f883fb5360c40158513c8e10 (diff) |
Store sway_outputs so that they can be reenabled
Diffstat (limited to 'include/sway/ipc-json.h')
-rw-r--r-- | include/sway/ipc-json.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/ipc-json.h b/include/sway/ipc-json.h index 440e3a24..eaaa2164 100644 --- a/include/sway/ipc-json.h +++ b/include/sway/ipc-json.h @@ -6,6 +6,7 @@ json_object *ipc_json_get_version(); +json_object *ipc_json_describe_disabled_output(struct sway_output *o); json_object *ipc_json_describe_container(struct sway_container *c); json_object *ipc_json_describe_container_recursive(struct sway_container *c); json_object *ipc_json_describe_input(struct sway_input_device *device); |