aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLibravatar Simon Ser <contact@emersion.fr>2024-03-08 12:35:10 +0100
committerLibravatar Simon Zeni <simon@bl4ckb0ne.ca>2024-03-08 09:12:12 -0500
commit23389ebd1f301403e4b2331855a224dff89e1ad1 (patch)
treeb12a573fbbec834da552fe483e0ab1622104087b /include
parentxdg-shell: send WM capabilities (diff)
downloadsway-23389ebd1f301403e4b2331855a224dff89e1ad1.tar.gz
sway-23389ebd1f301403e4b2331855a224dff89e1ad1.tar.zst
sway-23389ebd1f301403e4b2331855a224dff89e1ad1.zip
config/output: drop enabling flag
This was useful when wlroots backends were updating the current mode on their own. This is no longer the case.
Diffstat (limited to 'include')
-rw-r--r--include/sway/output.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sway/output.h b/include/sway/output.h
index 30595f54..d546d488 100644
--- a/include/sway/output.h
+++ b/include/sway/output.h
@@ -50,7 +50,7 @@ struct sway_output {
50 enum wl_output_subpixel detected_subpixel; 50 enum wl_output_subpixel detected_subpixel;
51 enum scale_filter_mode scale_filter; 51 enum scale_filter_mode scale_filter;
52 52
53 bool enabling, enabled; 53 bool enabled;
54 list_t *workspaces; 54 list_t *workspaces;
55 55
56 struct sway_output_state current; 56 struct sway_output_state current;