- return the correct flags in DdGetDriverInfo
CORE-7070

svn path=/trunk/; revision=63475
This commit is contained in:
Kamil Hornicek 2014-05-26 18:59:56 +00:00
parent 87a2f62053
commit 49da4d9dc4

View file

@ -1029,7 +1029,7 @@ DdGetDriverInfo(LPDDHAL_GETDRIVERINFODATA pData)
pData->dwFlags = pDrvInfoData.dwFlags;
pUserColorControl->dwSize = DDCOLORCONTROLCALLBACKSSIZE;
pUserColorControl->dwFlags = pUserColorControl->dwFlags;
pUserColorControl->dwFlags = pColorControl.dwFlags;
if (pColorControl.ColorControl != NULL)
{