Jacek Caban : win32u: Move window input context handling from imm32.
Module: wine Branch: master Commit: f5b3283e245b34ddbd3d5dc58095c1fce9492c7b URL: https://gitlab.winehq.org/wine/wine/-/commit/f5b3283e245b34ddbd3d5dc58095c1f... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Fri Jul 8 20:09:26 2022 +0200 win32u: Move window input context handling from imm32. --- dlls/imm32/imm.c | 252 +++++++++++++++++-------------------------- dlls/win32u/imm.c | 69 ++++++++++++ dlls/win32u/ntuser_private.h | 1 + dlls/win32u/syscall.c | 1 + dlls/win32u/sysparams.c | 1 + dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 4 + dlls/win32u/window.c | 5 + dlls/wow64win/syscall.h | 1 + dlls/wow64win/user.c | 9 ++ include/ntuser.h | 16 +++ 11 files changed, 207 insertions(+), 154 deletions(-)
participants (1)
-
Alexandre Julliard