Implemented GLFW_AUTO_ICONIFY on OS X.

Fixes #506.
This commit is contained in:
Camilla Berglund
2015-05-06 23:52:39 +02:00
parent 905073a506
commit 9040c64e5b
2 changed files with 6 additions and 3 deletions
+1
View File
@@ -65,6 +65,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- Bugfix: Initialization failed on headless systems
- Bugfix: The cached current context could get out of sync
- [Cocoa] Bugfix: The cached `NSScreen` for a monitor could get out of sync
- [Cocoa] Bugfix: The `GLFW_AUTO_ICONIFY` window hint was ignored
## Contact