mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
Merge branch 'rengarenk' into 'master'
color_management_v1: set primaries and luminances See merge request wlroots/wlroots!5360
This commit is contained in:
commit
4e449f83c9
2 changed files with 108 additions and 14 deletions
|
|
@ -30,6 +30,11 @@ struct wlr_image_description_v1_data {
|
|||
} mastering_luminance;
|
||||
|
||||
uint32_t max_cll, max_fall; // cd/m², zero if unset
|
||||
|
||||
bool has_primaries;
|
||||
struct wlr_color_primaries primaries;
|
||||
bool has_luminances;
|
||||
struct wlr_color_luminances luminances;
|
||||
};
|
||||
|
||||
struct wlr_color_manager_v1_features {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue