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.
This commit is contained in:
Simon Ser 2024-03-08 12:35:10 +01:00 committed by Simon Zeni
parent 3ef5abd405
commit 23389ebd1f
2 changed files with 1 additions and 7 deletions

View file

@ -50,7 +50,7 @@ struct sway_output {
enum wl_output_subpixel detected_subpixel;
enum scale_filter_mode scale_filter;
bool enabling, enabled;
bool enabled;
list_t *workspaces;
struct sway_output_state current;