mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
Merge branch 'preferred-signal-format' into 'master'
Draft: backend: drm: Add output color format properties See merge request wlroots/wlroots!4509
This commit is contained in:
commit
e1fc894430
6 changed files with 41 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ union wlr_drm_connector_props {
|
|||
uint32_t panel_orientation; // not guaranteed to exist
|
||||
uint32_t content_type; // not guaranteed to exist
|
||||
uint32_t max_bpc; // not guaranteed to exist
|
||||
uint32_t force_color_format; // not guaranteed to exist
|
||||
|
||||
// atomic-modesetting only
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue