Fixed non-pre-edit character input via XIM.

Fixes #501.
Fixes #473.
This commit is contained in:
Camilla Berglund
2015-06-09 14:41:15 +02:00
parent 8e96402819
commit 08b3af4387
2 changed files with 15 additions and 4 deletions
+1
View File
@@ -74,6 +74,7 @@ GLFW bundles a number of dependencies in the `deps/` directory.
- [Cocoa] Bugfix: Creating or showing a window would make its context current
- [X11] Bugfix: `glfwInit` would segfault on systems without RandR
- [X11] Bugfix: The response to `_NET_WM_PING` was sent to the wrong window
- [X11] Bugfix: Character input via XIM did not work in many cases
- [WGL] Removed `GLFW_USE_DWM_SWAP_INTERVAL` compile-time option
- [WGL] Bugfix: Swap interval was ignored when DWM was enabled
- [GLX] Added dependency on `libdl` on systems where it provides `dlopen`