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
@@ -852,6 +852,7 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
}
#endif /*_GLFW_HAS_XRANDR*/
_glfwPlatformShowWindow(window);
enterFullscreenMode(window);
}