Fix window focus regression

Regression caused by baf574494d.
This commit is contained in:
Camilla Berglund 2016-03-15 22:22:14 +01:00
parent 9dceda8a03
commit 89f438de5a

View File

@ -626,6 +626,7 @@ GLFWAPI void glfwShowWindow(GLFWwindow* handle)
return; return;
_glfwPlatformShowWindow(window); _glfwPlatformShowWindow(window);
_glfwPlatformFocusWindow(window);
} }
GLFWAPI void glfwHideWindow(GLFWwindow* handle) GLFWAPI void glfwHideWindow(GLFWwindow* handle)