stop drawing and release d3d9 on alt+tab

This commit is contained in:
FunkyFr3sh 2018-10-07 13:42:32 +02:00
parent 36c14bd857
commit 12655fa5a3
4 changed files with 57 additions and 32 deletions

View file

@ -99,6 +99,7 @@ typedef struct IDirectDrawImpl
BOOL wine;
int sleep;
LONG resetDirect3D9;
LONG minimized;
} IDirectDrawImpl;