[idd] hdr: fix incorrect struct usage

This commit is contained in:
Geoffrey McRae
2026-07-16 03:43:45 +10:00
parent e18b34a194
commit aa0dc44a63
3 changed files with 15 additions and 17 deletions

View File

@@ -186,7 +186,7 @@ public:
void SendCursor(const IDARG_OUT_QUERY_HWCURSOR & info, const BYTE * data);
// Tracks HDR state from EvtIddCxMonitorSetDefaultHdrMetadata
void SetHDRActive(const struct IDDCX_HDR_METADATA * hdrMeta);
void SetHDRActive(const struct IDDCX_HDR10_METADATA * hdrMeta);
// Returns true if the display is currently in HDR mode
bool IsHDRActive() const