aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/config.h')
-rw-r--r--include/sway/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 8970696c..d49120a0 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -184,6 +184,7 @@ struct output_config {
184 int x, y; 184 int x, y;
185 float scale; 185 float scale;
186 int32_t transform; 186 int32_t transform;
187 enum wl_output_subpixel subpixel;
187 188
188 char *background; 189 char *background;
189 char *background_option; 190 char *background_option;