mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-12 04:28:18 -05: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…
Add table
Add a link
Reference in a new issue