add support for DDSD_LPSURFACE and DDSD_PITCH

This commit is contained in:
FunkyFr3sh 2022-09-15 10:10:52 +02:00
parent f39e3fcddb
commit edf69fcc2a
3 changed files with 11 additions and 3 deletions

View file

@ -30,6 +30,7 @@ typedef struct IDirectDrawSurfaceImpl
void* surface;
DWORD l_pitch;
DWORD lx_pitch;
BOOL custom_surface;
PBITMAPINFO bmi;
HBITMAP bitmap;