mirror of
https://github.com/86Box/86Box.git
synced 2026-02-25 04:45:31 -07:00
Returning from full screen to resizable window now forces a direct window resize, closes #1129.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user