Implement letter- and windowboxing for GDI
This commit is contained in:
parent
6c7e656c67
commit
3f061f3a3b
4 changed files with 44 additions and 1 deletions
1
main.h
1
main.h
|
@ -39,6 +39,7 @@ typedef struct IDirectDrawImpl
|
|||
DWORD bpp;
|
||||
BOOL windowed;
|
||||
BOOL border;
|
||||
BOOL boxing;
|
||||
BOOL windowed_init;
|
||||
DEVMODE mode;
|
||||
struct IDirectDrawSurfaceImpl *primary;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue