Implement letter- and windowboxing for GDI

This commit is contained in:
Toni Spets 2011-07-09 17:39:01 +03:00
parent 6c7e656c67
commit 3f061f3a3b
4 changed files with 44 additions and 1 deletions

1
main.h
View file

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