summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/sway/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 139d7800..afff2738 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -82,7 +82,7 @@ struct output_config {
82 int width, height; 82 int width, height;
83 float refresh_rate; 83 float refresh_rate;
84 int x, y; 84 int x, y;
85 int scale; 85 float scale;
86 int32_t transform; 86 int32_t transform;
87 87
88 char *background; 88 char *background;