Module: wine Branch: master Commit: 56d0b870b6b443accde891b31251b5cbd7acf6b6 URL: https://gitlab.winehq.org/wine/wine/-/commit/56d0b870b6b443accde891b31251b5c...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue May 9 13:04:52 2023 +0200
win32u: Introduce new NtUserNotifyIMEStatus syscall.
---
dlls/win32u/driver.c | 11 +++++++++++ dlls/win32u/imm.c | 8 ++++++++ dlls/win32u/syscall.c | 1 + dlls/win32u/win32u.spec | 2 +- dlls/winex11.drv/ime.c | 8 ++------ dlls/winex11.drv/init.c | 1 + dlls/winex11.drv/unixlib.h | 2 -- dlls/winex11.drv/x11drv.h | 3 +-- dlls/winex11.drv/x11drv_main.c | 18 ------------------ dlls/winex11.drv/xim.c | 42 +++++++++++++----------------------------- dlls/wow64win/syscall.h | 1 + dlls/wow64win/user.c | 9 +++++++++ include/ntuser.h | 1 + include/wine/gdi_driver.h | 2 ++ 14 files changed, 51 insertions(+), 58 deletions(-)