mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 14:17:53 +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(&D3dDriverData, sizeof(D3DNTHAL_GLOBALDRIVERDATA));
|
||||
RtlZeroMemory(&D3dBufferCallbacks, sizeof(DD_D3DBUFCALLBACKS));
|
||||
RtlZeroMemory(CallbackFlags, sizeof(DWORD)*3);
|
||||
|
||||
/* Check if we got a list pointer */
|
||||
if (pvmList)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue