diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-12-09 12:54:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-09 12:54:52 -0500 |
commit | 6161a153c841953468960d4ebe65f6472ab11310 (patch) | |
tree | 2074c56bdd8f91fed6b6ba770373001234693d6c /include | |
parent | 25b150352ce4ffa851d5d6c28951e1f9dae7ff4a (diff) | |
parent | fec88770dd1cbc42601b5cead8957dcb0b300fb0 (diff) |
Merge pull request #1426 from emersion/drm-disappear-index
backend/drm: fix disappeared output indices
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/drm/properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/backend/drm/properties.h b/include/backend/drm/properties.h index 321b4492..b4d43bdd 100644 --- a/include/backend/drm/properties.h +++ b/include/backend/drm/properties.h @@ -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 |