Merge branch 'master' into multi-monitor

Conflicts:
	src/x11_window.c
This commit is contained in:
Camilla Berglund
2012-09-23 15:26:53 +02:00
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -965,6 +965,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);
}