aboutsummaryrefslogtreecommitdiffstats
path: root/include/sway/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sway/output.h')
-rw-r--r--include/sway/output.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index ddc08022..bc03f4c5 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -32,6 +32,7 @@ struct sway_output {
32 int lx, ly; // layout coords 32 int lx, ly; // layout coords
33 int width, height; // transformed buffer size 33 int width, height; // transformed buffer size
34 enum wl_output_subpixel detected_subpixel; 34 enum wl_output_subpixel detected_subpixel;
35 enum scale_filter_mode scale_filter;
35 // last applied mode when the output is DPMS'ed 36 // last applied mode when the output is DPMS'ed
36 struct wlr_output_mode *current_mode; 37 struct wlr_output_mode *current_mode;
37 38