Jacek Caban : win32u: Move default IME window management from imm32.

Alexandre Julliard julliard at winehq.org
Tue Jul 12 16:45:37 CDT 2022


Module: wine
Branch: master
Commit: 047d74c4b10bfbd62ad0530959237caad110be46
URL:    https://gitlab.winehq.org/wine/wine/-/commit/047d74c4b10bfbd62ad0530959237caad110be46

Author: Jacek Caban <jacek at codeweavers.com>
Date:   Sat Jul  9 01:17:54 2022 +0200

win32u: Move default IME window management from imm32.

---

 dlls/imm32/imm.c             | 219 +------------------------------------------
 dlls/imm32/imm32.spec        |   6 +-
 dlls/imm32/tests/imm32.c     |   2 -
 dlls/user32/misc.c           |   4 -
 dlls/user32/user_main.c      |  19 ----
 dlls/user32/user_private.h   |   3 -
 dlls/win32u/class.c          |  12 +++
 dlls/win32u/gdiobj.c         |   1 +
 dlls/win32u/imm.c            | 176 ++++++++++++++++++++++++++++++++++
 dlls/win32u/input.c          |  12 ++-
 dlls/win32u/ntuser_private.h |   5 +-
 dlls/win32u/sysparams.c      |   2 +-
 dlls/win32u/win32u.spec      |   2 +-
 dlls/win32u/win32u_private.h |   5 +
 dlls/win32u/window.c         |  12 +--
 dlls/win32u/wrappers.c       |   6 ++
 include/ntuser.h             |   7 ++
 17 files changed, 228 insertions(+), 265 deletions(-)




More information about the wine-cvs mailing list