mirror of
https://github.com/glfw/glfw.git
synced 2026-09-22 08:50:15 +00:00
Fix crash when joystick name unavailable on OS X
Fixes #694. Closes #701.
This commit is contained in:
committed by
Camilla Berglund
parent
d6e0a4390c
commit
49d228207f
@@ -88,6 +88,7 @@ used by the tests and examples and are not required to build the library.
|
||||
when no windows existed
|
||||
- [Cocoa] Removed support for OS X 10.6
|
||||
- [Cocoa] Bugfix: Full screen windows on secondary monitors were mispositioned
|
||||
- [Cocoa] Bugfix: Connecting a joystick that reports no name would segfault
|
||||
- [X11] Bugfix: Monitor connection and disconnection events were not reported
|
||||
- [X11] Bugfix: Decoding of UTF-8 text from XIM could continue past the end
|
||||
- [X11] Bugfix: An XKB structure was leaked during `glfwInit`
|
||||
|
||||
Reference in New Issue
Block a user