mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-21 14:52:04 +00:00
[client] wayland: forward HDR mastering metadata
Propagate valid ST 2086 mastering primaries and luminance data, MaxCLL, and MaxFALL to the Wayland compositor using the protocol's expected units.
This commit is contained in:
@@ -268,7 +268,7 @@ static bool waylandHDRCallback(const void * rendererFormat)
|
||||
return waylandRequestHDR(format->hdrDisplayPrimary, format->hdrWhitePoint,
|
||||
format->hdrMaxDisplayLuminance, format->hdrMinDisplayLuminance,
|
||||
format->hdrMaxContentLightLevel, format->hdrMaxFrameAverageLightLevel,
|
||||
format->hdrPQ);
|
||||
format->hdrPQ, format->hdrMetadata);
|
||||
else
|
||||
waylandRequestClearHDR();
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user