Formatting.

This commit is contained in:
Camilla Berglund 2015-01-05 20:24:48 +01:00
parent 138feb8be6
commit 3c70155504

View File

@ -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);