Fixed iconify callback not triggered by Alt+Tab.

This commit is contained in:
Camilla Berglund
2013-12-05 02:15:14 +01:00
parent 2ae46fa90a
commit 56e600d7a1
2 changed files with 15 additions and 0 deletions
+2
View File
@@ -47,6 +47,8 @@ guide in the GLFW documentation.
unfocused windows
- [Win32] Bugfix: Cursor was not properly re-centered over odd-sized windows
- [Win32] Bugfix: Negative window positions were reported incorrectly
- [Win32] Bugfix: The iconify callback was not triggered when switching away
from a full screen window using Alt+Tab
- [Cocoa] Added dependency on CoreVideo framework for refresh rate retrieval
- [Cocoa] Enabled Lion full screen for resizable windowed mode windows
- [Cocoa] Moved to Cocoa API for application transformation and activation