fix for alt+tab freeze (carmageddon)

This commit is contained in:
FunkyFr3sh 2018-03-19 02:27:55 +01:00
parent b99f60c542
commit 47026bf011
3 changed files with 19 additions and 5 deletions

View file

@ -87,6 +87,7 @@ typedef struct IDirectDrawImpl
BOOL fullscreen;
BOOL maintas;
BOOL fakecursorpos;
BOOL noactivateapp;
} IDirectDrawImpl;