protocols: Don't update hdr metadata if image description is unchanged (#9776)
This commit is contained in:
parent
46b00a4a86
commit
86c279d7d0
3 changed files with 9 additions and 3 deletions
|
|
@ -65,6 +65,7 @@ class CColorManagementSurface {
|
|||
SP<CWpColorManagementSurfaceV1> m_resource;
|
||||
wl_client* pClient = nullptr;
|
||||
NColorManagement::SImageDescription m_imageDescription;
|
||||
NColorManagement::SImageDescription m_lastImageDescription;
|
||||
bool m_hasImageDescription = false;
|
||||
bool m_needsNewMetadata = false;
|
||||
hdr_output_metadata m_hdrMetadata;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue