Merge branch 'github/fork/akvadrako/broadcast-rgb-property' into 'master'

drm backend: set "Broadcast RGB" = "Full" for all connections

See merge request wlroots/wlroots!2310
This commit is contained in:
Devin Bayer 2022-05-28 11:18:37 +00:00
commit 59b33cd9a8
3 changed files with 11 additions and 0 deletions

View file

@ -17,6 +17,7 @@ union wlr_drm_connector_props {
uint32_t link_status; // not guaranteed to exist
uint32_t path;
uint32_t vrr_capable; // not guaranteed to exist
uint32_t broadcast_rgb; // not guaranteed to exist
uint32_t subconnector; // not guaranteed to exist
uint32_t non_desktop;
uint32_t panel_orientation; // not guaranteed to exist