mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
[GDI32] Fix bDDCreateSurface
This commit is contained in:
parent
2620930066
commit
711dbd19f7
1 changed files with 1 additions and 1 deletions
|
@ -1409,7 +1409,7 @@ bDDCreateSurface(LPDDRAWI_DDRAWSURFACE_LCL pSurface,
|
|||
RtlMoveMemory(&SurfaceMore.ddsCapsEx,
|
||||
&pSurface->ddckCKDestBlt,
|
||||
sizeof(DDSCAPSEX));
|
||||
SurfaceMore.dwSurfaceHandle = (DWORD)pSurface->dbnOverlayNode.object_int->lpVtbl;
|
||||
SurfaceMore.dwSurfaceHandle = pSurface->lpSurfMore->dwSurfaceHandle;
|
||||
|
||||
/* Set up SurfaceGlobal struct */
|
||||
SurfaceGlobal.fpVidMem = pSurface->lpGbl->fpVidMem;
|
||||
|
|
Loading…
Reference in a new issue