fix regression from commit 17c30c48

This commit is contained in:
SuuperW 2018-08-21 10:26:11 -05:00
parent d671d0a888
commit 8fa3c6f9ed
1 changed files with 2 additions and 0 deletions

View File

@ -742,6 +742,8 @@ void UpdateWndRects(HWND hwnd, RECT* newClientRect)
POINT ptClient;
RECT rc;
GapRect = {0,0,0,0};
bool maximized = IsZoomed(hwnd) != FALSE;
int wndWidth, wndHeight;