mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
backend/headless: add support for disabled outputs
We have nothing to do when a headless output is enabled/disabled.
This commit is contained in:
parent
6c53f7badf
commit
611ce13625
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@
|
|||
static const uint32_t SUPPORTED_OUTPUT_STATE =
|
||||
WLR_OUTPUT_STATE_BACKEND_OPTIONAL |
|
||||
WLR_OUTPUT_STATE_BUFFER |
|
||||
WLR_OUTPUT_STATE_ENABLED |
|
||||
WLR_OUTPUT_STATE_MODE;
|
||||
|
||||
static size_t last_output_num = 0;
|
||||
|
|
Loading…
Reference in a new issue