Add support for borderless mode

This commit is contained in:
Toni Spets 2011-07-09 15:20:57 +03:00
parent 83fba414d4
commit 921684fed8
2 changed files with 21 additions and 1 deletions

1
main.h
View file

@ -38,6 +38,7 @@ typedef struct IDirectDrawImpl
DWORD height;
DWORD bpp;
BOOL windowed;
BOOL border;
BOOL windowed_init;
DEVMODE mode;
struct IDirectDrawSurfaceImpl *primary;