Module: wine Branch: master Commit: bc1b15211d4a68b9dfebd870ad2fc4ffb8be8f78 URL: https://gitlab.winehq.org/wine/wine/-/commit/bc1b15211d4a68b9dfebd870ad2fc4f...
Author: Rémi Bernon rbernon@codeweavers.com Date: Sat Apr 1 21:59:00 2023 +0200
winex11: Move IME UI proc to default IME implementation.
---
dlls/imm32/ime.c | 351 ++++++++++++++++++++++++++++++++-- dlls/imm32/imm.c | 71 +++---- dlls/imm32/imm_private.h | 46 +++++ dlls/winemac.drv/ime.c | 10 - dlls/winex11.drv/ime.c | 393 -------------------------------------- dlls/winex11.drv/winex11.drv.spec | 2 - include/ntuser.h | 10 + 7 files changed, 422 insertions(+), 461 deletions(-)