Module: wine Branch: master Commit: d9fc5b3f967f1c5126278565beb6b967f9d6d80a URL: https://gitlab.winehq.org/wine/wine/-/commit/d9fc5b3f967f1c5126278565beb6b96...
Author: Jacek Caban jacek@codeweavers.com Date: Wed Jul 6 22:06:03 2022 +0200
win32u: Implement input context object.
---
dlls/win32u/Makefile.in | 1 + dlls/win32u/imm.c | 148 ++++++++++++++++++++++++++++++++++++++++++++++++ dlls/win32u/syscall.c | 4 ++ dlls/win32u/win32u.spec | 8 +-- dlls/wow64win/syscall.h | 4 ++ dlls/wow64win/user.c | 31 ++++++++++ include/ntuser.h | 13 +++++ 7 files changed, 205 insertions(+), 4 deletions(-)