mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
Merge pull request #1426 from emersion/drm-disappear-index
backend/drm: fix disappeared output indices
This commit is contained in:
commit
6161a153c8
3 changed files with 41 additions and 28 deletions
|
|
@ -15,6 +15,7 @@ union wlr_drm_connector_props {
|
|||
uint32_t edid;
|
||||
uint32_t dpms;
|
||||
uint32_t link_status; // not guaranteed to exist
|
||||
uint32_t path;
|
||||
|
||||
// atomic-modesetting only
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue