mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-03-02 01:40:54 -05:00
drm backend: detect non-desktop outputs
This commit is contained in:
parent
481fbbca58
commit
05ed202183
4 changed files with 13 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ union wlr_drm_connector_props {
|
|||
uint32_t dpms;
|
||||
uint32_t link_status; // not guaranteed to exist
|
||||
uint32_t path;
|
||||
uint32_t non_desktop;
|
||||
|
||||
// atomic-modesetting only
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue