aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/config.h2
-rw-r--r--include/sway/ipc-json.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index fdfbbedb..83ded720 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -105,7 +105,7 @@ struct output_config {
int width, height;
float refresh_rate;
int x, y;
- int scale;
+ float scale;
int32_t transform;
char *background;
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 @@
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);
#endif