1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-10-08 15:17:25 -04:00

Added missing return value.

This commit is contained in:
Camilla Berglund 2012-02-07 16:21:19 +01:00
parent ca9633247b
commit bba4a56352

View File

@ -1337,7 +1337,7 @@ static int createWindow(_GLFWwindow* window,
{ {
_glfwSetError(GLFW_PLATFORM_ERROR, _glfwSetError(GLFW_PLATFORM_ERROR,
"glfwOpenWindow: Failed to convert title to wide string"); "glfwOpenWindow: Failed to convert title to wide string");
return; return GL_FALSE;
} }
window->Win32.handle = CreateWindowEx(window->Win32.dwExStyle, window->Win32.handle = CreateWindowEx(window->Win32.dwExStyle,