#101 clear backbuffer on flip

This commit is contained in:
FunkyFr3sh 2022-09-13 07:41:01 +02:00
parent 19c4d67087
commit b03600fb4f
4 changed files with 12 additions and 0 deletions

View file

@ -21,6 +21,7 @@ typedef struct IDirectDrawSurfaceImpl
DWORD width;
DWORD height;
DWORD bpp;
DWORD size;
DWORD flags;
DWORD caps;

View file

@ -146,6 +146,7 @@ typedef struct CNCDDRAW
int fixchilds;
BOOL fixwndprochook;
BOOL fixnotresponding;
BOOL flipclear;
BOOL locktopleft;
BOOL d3d9linear;
BOOL gdilinear;