mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-17 06:46:39 -04:00
output, backend/drm: add desired luminances to wlr_output
This commit is contained in:
parent
b7fe653aac
commit
7b91939d9e
2 changed files with 4 additions and 0 deletions
|
|
@ -198,6 +198,7 @@ struct wlr_output {
|
|||
uint32_t supported_transfer_functions; // bitfield of enum wlr_color_transfer_function
|
||||
|
||||
const struct wlr_color_primaries *color_primaries; // NULL if unset
|
||||
float min_luminance, max_luminance, max_fall; // cd/m², zero if unset
|
||||
|
||||
bool enabled;
|
||||
float scale;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue