Win32: Fix maximization showing a hidden window

The normal way of maximizing a window also makes it visible.  This
implements window maximization manually for when the window passed to
glfwMaximizeWindow is hidden.

This will very likely not be forward-compatible and should be replaced.
This commit is contained in:
Camilla Löwy
2022-03-08 23:00:47 +01:00
committed by Camilla Löwy
parent 1eef3a363e
commit 723f3eb40d
4 changed files with 63 additions and 1 deletions

View File

@@ -211,6 +211,7 @@ information on what to include when reporting a bug.
monitor (#1806)
- [Win32] Bugfix: The default restored window position was lost when creating a maximized
window
- [Win32] Bugfix: `glfwMaximizeWindow` would make a hidden window visible
- [Cocoa] Added support for `VK_EXT_metal_surface` (#1619)
- [Cocoa] Added locating the Vulkan loader at runtime in an application bundle
- [Cocoa] Moved main menu creation to GLFW initialization time (#1649)