save and pass DDSD_BACKBUFFERCOUNT

This commit is contained in:
FunkyFr3sh 2022-09-15 10:21:33 +02:00
parent edf69fcc2a
commit 5a9284a44e
2 changed files with 7 additions and 3 deletions

View file

@ -24,6 +24,7 @@ typedef struct IDirectDrawSurfaceImpl
DWORD size;
DWORD flags;
DWORD caps;
DWORD backbuffer_count;
IDirectDrawPaletteImpl* palette;