mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-07-16 04:12:03 +00:00
[idd] hdr: fix incorrect struct usage
This commit is contained in:
committed by
Geoffrey McRae
parent
a32ba63c90
commit
9047c26694
@@ -166,7 +166,7 @@ NTSTATUS LGIddMonitorSetDefaultHdrMetadata(IDDCX_MONITOR monitor,
|
||||
auto* wrapper = WdfObjectGet_CIndirectMonitorContextWrapper(monitor);
|
||||
auto* ctx = wrapper->context->GetDeviceContext();
|
||||
|
||||
ctx->SetHDRActive(inArgs->pHdrMetaData);
|
||||
ctx->SetHDRActive(inArgs->Data.pHdr10);
|
||||
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user