diff --git a/src/win32_window.c b/src/win32_window.c index c068fb36..ab5b70a8 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -669,8 +669,8 @@ static int createWindow(_GLFWwindow* window, ypos = CW_USEDEFAULT; getFullWindowSize(window, - wndconfig->width, wndconfig->height, - &fullWidth, &fullHeight); + wndconfig->width, wndconfig->height, + &fullWidth, &fullHeight); } wideTitle = _glfwCreateWideStringFromUTF8(wndconfig->title);