Allow non-windowed mode too
This commit is contained in:
parent
dba56f02fe
commit
9606f1b54f
2 changed files with 44 additions and 16 deletions
1
main.h
1
main.h
|
@ -37,6 +37,7 @@ typedef struct IDirectDrawImpl
|
|||
DWORD height;
|
||||
DWORD bpp;
|
||||
DWORD freq;
|
||||
BOOL windowed;
|
||||
|
||||
HWND hWnd;
|
||||
LRESULT CALLBACK (*WndProc)(HWND, UINT, WPARAM, LPARAM);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue