mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +00:00
DrvGetDirectDrawInfo
fixing a bug I did set halinfo to wrong size svn path=/trunk/; revision=23159
This commit is contained in:
parent
83ef67c550
commit
b1863c2944
1 changed files with 2 additions and 2 deletions
|
@ -179,8 +179,8 @@ DrvGetDirectDrawInfo(
|
|||
if(!(pvmList && pdwFourCC))
|
||||
{
|
||||
|
||||
RtlZeroMemory(pHalInfo, sizeof(DDHALINFO));
|
||||
pHalInfo->dwSize = sizeof(DDHALINFO);
|
||||
RtlZeroMemory(pHalInfo, sizeof(DD_HALINFO));
|
||||
pHalInfo->dwSize = sizeof(DD_HALINFO);
|
||||
|
||||
pHalInfo->ddCaps.dwCaps = DDCAPS_BLT | DDCAPS_BLTQUEUE | DDCAPS_BLTCOLORFILL | DDCAPS_READSCANLINE |
|
||||
DDCAPS_BLTSTRETCH | DDCAPS_COLORKEY | DDCAPS_CANBLTSYSMEM;
|
||||
|
|
Loading…
Reference in a new issue