Fix XIM input on non-UTF-8 locales

This commit is contained in:
Camilla Berglund
2015-10-09 13:23:34 +02:00
parent 842aeb8c47
commit 87ad8c0561
3 changed files with 44 additions and 1 deletions
+1
View File
@@ -99,6 +99,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- [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
- [X11] Bugfix: Character input did not work correctly for non-UTF-8 locales
- [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