Merge branch 'master' into tls

This commit is contained in:
Camilla Berglund
2012-08-12 15:28:26 +02:00
4 changed files with 1 additions and 8 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;