Cleanup of window resizable flag setting.

This commit is contained in:
Camilla Berglund
2012-08-12 14:15:39 +02:00
parent 25c7ad1706
commit cb447bee81
4 changed files with 1 additions and 6 deletions
+1
View File
@@ -300,6 +300,7 @@ GLFWAPI GLFWwindow glfwCreateWindow(int width, int height,
window->width = width;
window->height = height;
window->mode = mode;
window->resizable = wndconfig.resizable;
window->cursorMode = GLFW_CURSOR_NORMAL;
window->systemKeys = GL_TRUE;