mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[GDI32] Fix bDDCreateSurface
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user