mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 17:03:37 +00:00
[GDI32]
- return the correct flags in DdGetDriverInfo CORE-7070 svn path=/trunk/; revision=63475
This commit is contained in:
parent
87a2f62053
commit
49da4d9dc4
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue