fix for fullscreen bug with auto renderer

This commit is contained in:
FunkyFr3sh 2018-06-26 18:02:03 +02:00
parent 4ea226b743
commit 0b12de90e2
3 changed files with 16 additions and 3 deletions

View file

@ -24,6 +24,8 @@
#define CUTSCENE_WIDTH 640
#define CUTSCENE_HEIGHT 400
#define WM_AUTORENDERER WM_USER+111
extern char OpenglVersion[];
struct IDirectDrawImpl;