add new limiter_type type (PeekMessage)
This commit is contained in:
parent
fb85d6ea03
commit
7674328410
4 changed files with 18 additions and 3 deletions
2
inc/dd.h
2
inc/dd.h
|
@ -51,6 +51,7 @@ HRESULT dd_CreateEx(GUID* lpGuid, LPVOID* lplpDD, REFIID iid, IUnknown* pUnkOute
|
|||
#define LIMIT_TESTCOOP 1
|
||||
#define LIMIT_BLTFAST 2
|
||||
#define LIMIT_UNLOCK 3
|
||||
#define LIMIT_PEEKMESSAGE 4
|
||||
|
||||
#define CENTER_WINDOW_NEVER 0
|
||||
#define CENTER_WINDOW_AUTO 1
|
||||
|
@ -126,6 +127,7 @@ typedef struct CNCDDRAW
|
|||
LONG palette_updated;
|
||||
LONG surface_updated;
|
||||
LONG clear_screen;
|
||||
LONG screen_updated;
|
||||
|
||||
float scale_w;
|
||||
float scale_h;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue