allocate memory with CreateFileMapping
This commit is contained in:
parent
9b5856c496
commit
8a63e2b976
3 changed files with 44 additions and 8 deletions
|
@ -29,6 +29,7 @@ typedef struct IDirectDrawSurfaceImpl
|
|||
IDirectDrawPaletteImpl* palette;
|
||||
|
||||
void* surface;
|
||||
HANDLE surface_mapping;
|
||||
DWORD l_pitch;
|
||||
DWORD lx_pitch;
|
||||
BOOL custom_surface;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue