Win32: Fix GLFW_MAXIMIZED ignored by first window

Fixes #780.
This commit is contained in:
Camilla Berglund
2016-07-12 16:04:02 +02:00
parent 18b6ba0af4
commit 0ff22e4a49
2 changed files with 6 additions and 0 deletions
+2
View File
@@ -81,6 +81,8 @@ does not find Doxygen, the documentation will not be generated.
## Changelog
- Bugfix: The range checks for `glfwSetCursorPos` used the wrong minimum
- [Win32] Bugfix: The first shown window ignored the `GLFW_MAXIMIZED` hint
when the process was provided a `STARTUPINFO`
## Contact