mirror of
https://github.com/glfw/glfw.git
synced 2025-04-06 22:15:06 +00:00
Formatting.
This commit is contained in:
parent
138feb8be6
commit
3c70155504
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue