Merge branch 'master' of github.com:elmindreda/glfw

This commit is contained in:
Camilla Berglund
2012-03-05 16:29:37 +01:00
12 changed files with 66 additions and 53 deletions
+2
View File
@@ -814,6 +814,8 @@ int _glfwPlatformOpenWindow(_GLFWwindow* window,
if (!initializeAppKit())
return GL_FALSE;
window->resizable = wndconfig->resizable;
// We can only have one application delegate, but we only allocate it the
// first time we create a window to keep all window code in this file
if (_glfwLibrary.NS.delegate == nil)