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 aef6694d..0a2661dd 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -238,6 +238,7 @@ struct output_config {
238 int32_t transform; 238 int32_t transform;
239 enum wl_output_subpixel subpixel; 239 enum wl_output_subpixel subpixel;
240 int max_render_time; // In milliseconds 240 int max_render_time; // In milliseconds
241 int adaptive_sync;
241 242
242 char *background; 243 char *background;
243 char *background_option; 244 char *background_option;