add support for DDSD_LPSURFACE and DDSD_PITCH
This commit is contained in:
parent
f39e3fcddb
commit
edf69fcc2a
3 changed files with 11 additions and 3 deletions
|
@ -30,6 +30,7 @@ typedef struct IDirectDrawSurfaceImpl
|
|||
void* surface;
|
||||
DWORD l_pitch;
|
||||
DWORD lx_pitch;
|
||||
BOOL custom_surface;
|
||||
|
||||
PBITMAPINFO bmi;
|
||||
HBITMAP bitmap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue