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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sway/config.h b/include/sway/config.h
index 5ccc3e77..3e3a104e 100644
--- a/include/sway/config.h
+++ b/include/sway/config.h
@@ -7,6 +7,7 @@
7#include <wlr/interfaces/wlr_switch.h> 7#include <wlr/interfaces/wlr_switch.h>
8#include <wlr/types/wlr_tablet_tool.h> 8#include <wlr/types/wlr_tablet_tool.h>
9#include <wlr/util/box.h> 9#include <wlr/util/box.h>
10#include <wlr/render/color.h>
10#include <xkbcommon/xkbcommon.h> 11#include <xkbcommon/xkbcommon.h>
11#include <xf86drmMode.h> 12#include <xf86drmMode.h>
12#include "../include/config.h" 13#include "../include/config.h"
@@ -285,6 +286,8 @@ struct output_config {
285 int max_render_time; // In milliseconds 286 int max_render_time; // In milliseconds
286 int adaptive_sync; 287 int adaptive_sync;
287 enum render_bit_depth render_bit_depth; 288 enum render_bit_depth render_bit_depth;
289 bool set_color_transform;
290 struct wlr_color_transform *color_transform;
288 291
289 char *background; 292 char *background;
290 char *background_option; 293 char *background_option;