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.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 50d90d25..62d866bc 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -33,8 +33,6 @@ struct sway_output {
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 enum scale_filter_mode scale_filter;
36 // last applied mode when the output is powered off
37 struct wlr_output_mode *current_mode;
38 36
39 bool enabling, enabled; 37 bool enabling, enabled;
40 list_t *workspaces; 38 list_t *workspaces;