summaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-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 fdfbbedb..83ded720 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -105,7 +105,7 @@ struct output_config {
105 int width, height; 105 int width, height;
106 float refresh_rate; 106 float refresh_rate;
107 int x, y; 107 int x, y;
108 int scale; 108 float scale;
109 int32_t transform; 109 int32_t transform;
110 110
111 char *background; 111 char *background;