diff --git a/window.c b/window.c index 7cac4c03..10b456ab 100644 --- a/window.c +++ b/window.c @@ -4368,7 +4368,7 @@ static int get_fullscreen_rect(RECT * ss) ss->right = GetSystemMetrics(SM_CXSCREEN); ss->bottom = GetSystemMetrics(SM_CYSCREEN); */ - return GetClientRect(GetDesktopWindow(), &ss); + return GetClientRect(GetDesktopWindow(), ss); #endif }