[client] hdr: refactor name to clean up log output

This commit is contained in:
Geoffrey McRae
2026-07-29 10:13:02 +10:00
parent 737614bc69
commit 61f00ae625
8 changed files with 28 additions and 28 deletions

View File

@@ -169,7 +169,7 @@ struct AppState
int spiceHotX, spiceHotY;
// Set to true when setHDRImageDescription() returns false, indicating
// Set to true when setHDRImageDesc() returns false, indicating
// the display server could not apply the HDR image description.
// Checked by the renderer to fall back to software tone-mapping.
_Atomic(bool) hdrDescFailed;