Replace XkbGetKeyboard with XkbGetMap

Switch to XkbGetMap as XkbGetKeyboard returns NULL on XWayland.

Fixes #389.
This commit is contained in:
Camilla Berglund
2015-08-14 17:54:24 +02:00
parent b69b4a9f2a
commit 2d39dff84a
2 changed files with 8 additions and 7 deletions
+1
View File
@@ -94,6 +94,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- [X11] Bugfix: The `GLFW_DECORATED` hint was not ignored for full screen
- [X11] Bugfix: `glfwWaitEvents` did not handle `EINTR` for `select`
- [X11] Bugfix: `glfwWaitEvents` could return when no events were available
- [X11] Bugfix: `XkbGetKeyboard` fails on XWayland
- [WGL] Made all WGL functions dynamically loaded
- [WGL] Removed `GLFW_USE_DWM_SWAP_INTERVAL` compile-time option
- [WGL] Bugfix: Swap interval was ignored when DWM was enabled