Module: wine Branch: master Commit: b9bfd74acc0992ef56f814b60e831cba01f6be85 URL: https://gitlab.winehq.org/wine/wine/-/commit/b9bfd74acc0992ef56f814b60e831cb...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue May 9 14:29:18 2023 +0200
winex11: Generate IME messages using WM_IME_NOTIFY instead of callbacks.
---
dlls/imm32/ime.c | 18 ++ dlls/winex11.drv/dllmain.c | 4 - dlls/winex11.drv/ime.c | 472 ------------------------------------------ dlls/winex11.drv/unixlib.h | 4 - dlls/winex11.drv/x11drv_dll.h | 4 - dlls/winex11.drv/xim.c | 62 +++++- 6 files changed, 69 insertions(+), 495 deletions(-)