make alt+enter working with a resized window

This commit is contained in:
FunkyFr3sh 2018-11-04 19:35:38 +01:00
parent d68cb86430
commit 72a86a9f78
2 changed files with 27 additions and 44 deletions

View file

@ -104,6 +104,7 @@ typedef struct IDirectDrawImpl
BOOL wine;
LONG minimized;
DWORD ticklength;
BOOL altenter;
} IDirectDrawImpl;