add temporary workaround for ubuntu alt+enter bug until we got a better solution

This commit is contained in:
FunkyFr3sh 2018-08-09 11:19:36 +02:00
parent 366ce012b2
commit b9eab72850
2 changed files with 13 additions and 0 deletions

View file

@ -96,6 +96,7 @@ typedef struct IDirectDrawImpl
BOOL noactivateapp;
char shader[MAX_PATH];
BOOL autorenderer;
BOOL wine;
} IDirectDrawImpl;