Fix bug in the alternative code for -DNO_MULTIMON (was breaking
[u/mdw/putty] / window.c
index 7cac4c0..10b456a 100644 (file)
--- 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
 }