add option to lock surfaces
This commit is contained in:
parent
484022b97d
commit
8d6b2f3bfe
8 changed files with 33 additions and 0 deletions
|
@ -25,6 +25,7 @@ typedef struct IDirectDrawSurfaceImpl
|
|||
DWORD flags;
|
||||
DWORD caps;
|
||||
DWORD backbuffer_count;
|
||||
CRITICAL_SECTION cs;
|
||||
|
||||
IDirectDrawPaletteImpl* palette;
|
||||
|
||||
|
|
1
inc/dd.h
1
inc/dd.h
|
@ -147,6 +147,7 @@ typedef struct CNCDDRAW
|
|||
BOOL fixnotresponding;
|
||||
BOOL flipclear;
|
||||
BOOL locktopleft;
|
||||
BOOL lock_surfaces;
|
||||
BOOL d3d9linear;
|
||||
BOOL gdilinear;
|
||||
int resolutions;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue