Module: wine Branch: master Commit: e560357df12fc42957504ffb5b6cbe13cded197e URL: https://source.winehq.org/git/wine.git/?a=commit;h=e560357df12fc42957504ffb5... Author: Jacek Caban <jacek(a)codeweavers.com> Date: Thu Feb 24 01:27:57 2022 +0100 win32u: Move NtUserRegisterHotKey implementation from user32. Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> Signed-off-by: Huw Davies <huw(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/user32/driver.c | 25 ++------------------ dlls/user32/input.c | 35 --------------------------- dlls/user32/user32.spec | 2 +- dlls/user32/win.h | 3 --- dlls/win32u/driver.c | 6 +++++ dlls/win32u/gdiobj.c | 1 + dlls/win32u/input.c | 35 +++++++++++++++++++++++++++ dlls/win32u/ntuser_private.h | 3 +++ dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 15 +++++++++--- dlls/win32u/window.c | 56 ++++++++++++++++++++++++++++++++++++++++++++ dlls/win32u/wrappers.c | 6 +++++ include/ntuser.h | 1 + 13 files changed, 124 insertions(+), 66 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=e560357df12fc42957504...