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 6892c946..457e0a98 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -212,6 +212,7 @@ struct output_config {
212 float scale; 212 float scale;
213 int32_t transform; 213 int32_t transform;
214 enum wl_output_subpixel subpixel; 214 enum wl_output_subpixel subpixel;
215 int max_render_time; // In milliseconds
215 216
216 char *background; 217 char *background;
217 char *background_option; 218 char *background_option;