Added workaround for 10.9 SDK type definitions.

This commit is contained in:
Camilla Berglund
2013-11-07 17:20:06 +01:00
parent cc7f0bd532
commit e7c7ebf665
2 changed files with 7 additions and 0 deletions

View File

@@ -56,6 +56,8 @@ guide in the GLFW documentation.
- [Cocoa] Bugfix: A superfluous I/O flag test prevented video modes from being
listed for Thunderbolt monitor
- [Cocoa] Bugfix: Retrieving the name of some external displays caused segfault
- [Cocoa] Bugfix: The 10.9 SDK defines `GLintptrARB` and `GLsizeiptrARB`
differently from the Khronos `glext.h`
- [X11] Added setting of the `WM_CLASS` property to the initial window title
- [X11] Bugfix: Removed joystick axis value negation left over from GLFW 2
- [X11] Bugfix: The position of hidden windows was ignored by Metacity