diff --git a/Source/win32/WIN32Server.m b/Source/win32/WIN32Server.m index 89eb180..f255b99 100644 --- a/Source/win32/WIN32Server.m +++ b/Source/win32/WIN32Server.m @@ -1254,7 +1254,7 @@ LRESULT CALLBACK MainWndProc(HWND hwnd, UINT uMsg, WINBOOL result; result = BitBlt(hdc, r.left, r.top, - (r.right - r.left), (r.bottom - rect.top), + (r.right - r.left), (r.bottom - r.top), win->hdc, r.left, r.top, SRCCOPY); if (!result) {