From 6968fb3123e69f563cd01d472967a9e6ddca2ec1 Mon Sep 17 00:00:00 2001 From: Ronan Pigott Date: Wed, 13 Nov 2019 11:23:36 -0700 Subject: add scale_filter output config option --- include/sway/output.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/sway/output.h') 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 { int lx, ly; // layout coords int width, height; // transformed buffer size enum wl_output_subpixel detected_subpixel; + enum scale_filter_mode scale_filter; // last applied mode when the output is DPMS'ed struct wlr_output_mode *current_mode; -- cgit v1.2.3-54-g00ecf