Use X11 XIM callbacks to enable full IME support.
authorAric Stewart <aric@codeweavers.com>
Wed, 21 Jan 2004 02:22:26 +0000 (02:22 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Jan 2004 02:22:26 +0000 (02:22 +0000)
commit9672b791eefc5f4ae396c9014d27406d82d07fa2
tree2a08233aecc3ca762a488076a5e9e3ea679d7657
parent3defd321b2fe3c18095add9dc053d65e55f43b0a
Use X11 XIM callbacks to enable full IME support.
Correct some timing issues with XIM input.
Start to provide the framework for the MSIME messages.
dlls/imm32/Makefile.in
dlls/imm32/imm.c
dlls/imm32/imm32.spec
dlls/x11drv/Makefile.in
dlls/x11drv/event.c
dlls/x11drv/keyboard.c
dlls/x11drv/window.c
dlls/x11drv/x11drv.h
dlls/x11drv/x11drv.spec
dlls/x11drv/x11drv_main.c
dlls/x11drv/xim.c [new file with mode: 0644]