aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2023-07-31 10:19:52 +0200
committerLibravatar Simon Ser <contact@emersion.fr>2023-07-31 16:25:01 +0200
commitf8ddd97e0e5a72392e3dda34d03ef11c036d0234 (patch)
treee99f06abd9454c32948db11513ef31dad72d05c2 /include
parentdesktop/output: fix output manager enabled state (diff)
downloadsway-f8ddd97e0e5a72392e3dda34d03ef11c036d0234.tar.gz
sway-f8ddd97e0e5a72392e3dda34d03ef11c036d0234.tar.zst
sway-f8ddd97e0e5a72392e3dda34d03ef11c036d0234.zip
output: drop current_mode
This is now unused.
Diffstat (limited to 'include')
-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;