mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-24 06:59:45 -05:00
set "Broadcast RGB" = "Full" for all connections
This commit is contained in:
parent
4554f17377
commit
0096bf87b8
3 changed files with 11 additions and 0 deletions
|
|
@ -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) },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue