Jacek Caban : win32u: Implement input context object.

Alexandre Julliard julliard at winehq.org
Mon Jul 11 15:51:39 CDT 2022


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

Author: Jacek Caban <jacek at 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(-)




More information about the wine-cvs mailing list