mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:45:50 +00:00
forget clear a value in gdientry2
svn path=/trunk/; revision=26062
This commit is contained in:
parent
6b126a39a9
commit
b860835afa
1 changed files with 1 additions and 0 deletions
|
@ -473,6 +473,7 @@ DdQueryDirectDrawObject(LPDDRAWI_DIRECTDRAW_GBL pDirectDrawGlobal,
|
||||||
RtlZeroMemory(&D3dCallbacks, sizeof(D3DNTHAL_CALLBACKS));
|
RtlZeroMemory(&D3dCallbacks, sizeof(D3DNTHAL_CALLBACKS));
|
||||||
RtlZeroMemory(&D3dDriverData, sizeof(D3DNTHAL_GLOBALDRIVERDATA));
|
RtlZeroMemory(&D3dDriverData, sizeof(D3DNTHAL_GLOBALDRIVERDATA));
|
||||||
RtlZeroMemory(&D3dBufferCallbacks, sizeof(DD_D3DBUFCALLBACKS));
|
RtlZeroMemory(&D3dBufferCallbacks, sizeof(DD_D3DBUFCALLBACKS));
|
||||||
|
RtlZeroMemory(CallbackFlags, sizeof(DWORD)*3);
|
||||||
|
|
||||||
/* Check if we got a list pointer */
|
/* Check if we got a list pointer */
|
||||||
if (pvmList)
|
if (pvmList)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue