mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[GDI32]
- return the correct flags in DdGetDriverInfo CORE-7070 svn path=/trunk/; revision=63475
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user