output, backend/drm: add desired luminances to wlr_output

This commit is contained in:
Simon Ser 2025-06-26 13:15:49 +02:00
parent b7fe653aac
commit 7b91939d9e
2 changed files with 4 additions and 0 deletions

View file

@ -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;