mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-06-13 14:32:57 -04:00
color_management_v1: implement set_primaries
This commit is contained in:
parent
aee9fa09f0
commit
553eace76a
2 changed files with 51 additions and 8 deletions
|
|
@ -30,6 +30,9 @@ 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;
|
||||
};
|
||||
|
||||
struct wlr_color_manager_v1_features {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue