make windowed+stretching working for a lot of non-cnc games

This commit is contained in:
FunkyFr3sh 2018-11-01 20:09:42 +01:00
parent b566d78499
commit d56240e178
5 changed files with 150 additions and 45 deletions

View file

@ -54,7 +54,6 @@ typedef struct IDirectDrawImpl
BOOL windowed;
BOOL border;
BOOL boxing;
BOOL windowed_init;
DEVMODE mode;
struct IDirectDrawSurfaceImpl *primary;
char title[128];
@ -100,7 +99,6 @@ typedef struct IDirectDrawImpl
char screenshotKey;
BOOL fullscreen;
BOOL maintas;
BOOL fakecursorpos;
BOOL noactivateapp;
BOOL hidemouse;
char shader[MAX_PATH];