Add support for borderless mode
This commit is contained in:
parent
83fba414d4
commit
921684fed8
2 changed files with 21 additions and 1 deletions
1
main.h
1
main.h
|
@ -38,6 +38,7 @@ typedef struct IDirectDrawImpl
|
|||
DWORD height;
|
||||
DWORD bpp;
|
||||
BOOL windowed;
|
||||
BOOL border;
|
||||
BOOL windowed_init;
|
||||
DEVMODE mode;
|
||||
struct IDirectDrawSurfaceImpl *primary;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue