Returning from full screen to resizable window now forces a direct window resize, closes #1129.

This commit is contained in:
OBattler
2020-12-02 06:11:27 +01:00
parent 1bc5eca8fd
commit 8832f9d0e9
2 changed files with 34 additions and 1 deletions

View File

@@ -102,6 +102,7 @@ extern HANDLE ghMutex;
extern LCID lang_id;
extern HICON hIcon[256];
extern RECT oldclip;
extern int sbar_height;
// extern int status_is_open;
@@ -111,6 +112,7 @@ extern WCHAR wopenfilestring[512];
extern uint8_t filterindex;
extern void ResizeWindowByClientArea(HWND hwnd, int width, int height);
extern void InitCrashDump(void);
extern HICON LoadIconEx(PCTSTR pszIconName);