Fixed fullscreen regressions.

This commit is contained in:
Camilla Berglund
2012-09-23 15:08:43 +02:00
parent 718af531a3
commit c0dcb5a056
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -931,6 +931,7 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
return GL_FALSE;
}
_glfwPlatformShowWindow(window);
[[window->NS.object contentView] enterFullScreenMode:[NSScreen mainScreen]
withOptions:nil];
}