X11: Fix sonames for dynamically loaded libraries

Fixes #941.
This commit is contained in:
Camilla Löwy
2017-02-06 21:27:56 +01:00
parent 21eabd3938
commit 558afefc04
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -150,6 +150,7 @@ information on what to include when reporting a bug.
a loader but no ICD (#916)
- [X11] Replaced `_GLFW_HAS_XF86VM` compile-time option with dynamic loading
- [X11] Bugfix: `glfwGetVideoMode` would segfault on Cygwin/X
- [X11] Bugfix: Dynamic X11 library loading did not use full sonames (#941)
- [Linux] Bugfix: Event processing did not detect joystick disconnection (#932)
- [Cocoa] Added support for Vulkan window surface creation via
[MoltenVK](https://moltengl.com/moltenvk/) (#870)