mirror of
https://github.com/glfw/glfw.git
synced 2026-09-17 14:22:50 +00:00
596132c3a1
Add glfwShowWindow and glfwHideWindow functions to allow explicit control over show/hide window. Remove platform specific show window code from _glfwPlatformCreateWindow but call glfwShowWindow from glfwCreateWindow to avoid breaking things (for now).