mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2024-11-21 22:52:20 +00: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
@ -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 New Issue
Block a user