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
@@ -956,6 +956,7 @@ int _glfwPlatformCreateWindow(_GLFWwindow* window,
if (window->mode == GLFW_FULLSCREEN)
{
// Place the window above all topmost windows
_glfwPlatformShowWindow(window);
SetWindowPos(window->Win32.handle, HWND_TOPMOST, 0,0,0,0,
SWP_NOMOVE | SWP_NOSIZE);
}