mirror of
https://github.com/swaywm/sway.git
synced 2025-04-03 02:47:46 +03:00
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:
parent
3ef5abd405
commit
23389ebd1f
2 changed files with 1 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue