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

@ -20,6 +20,7 @@ struct prop_info {
static const struct prop_info connector_info[] = {
#define INDEX(name) (offsetof(union wlr_drm_connector_props, name) / sizeof(uint32_t))
{ "Broadcast RGB", INDEX(broadcast_rgb) },
{ "CRTC_ID", INDEX(crtc_id) },
{ "DPMS", INDEX(dpms) },
{ "EDID", INDEX(edid) },