Module: wine Branch: master Commit: d6ae45b53085feaa8e59ef9f809751d8f9b68f72 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d6ae45b53085feaa8e59ef9f8...
Author: Jacek Caban jacek@codeweavers.com Date: Tue Feb 15 13:15:56 2022 +0100
win32u: Move NtUserGetAsyncKeyState implementation from user32.
Signed-off-by: Jacek Caban jacek@codeweavers.com Signed-off-by: Huw Davies huw@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/user32/hook.c | 2 +- dlls/user32/input.c | 89 +++++--------------------------------------- dlls/user32/message.c | 2 +- dlls/user32/user32.spec | 2 +- dlls/user32/user_main.c | 2 +- dlls/user32/user_private.h | 1 - dlls/win32u/gdiobj.c | 1 + dlls/win32u/input.c | 60 +++++++++++++++++++++++++++++ dlls/win32u/sysparams.c | 14 +++++++ dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 2 + dlls/win32u/wrappers.c | 6 +++ include/ntuser.h | 4 ++ 13 files changed, 101 insertions(+), 86 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d6ae45b53085feaa8e59e...