[PATCH 4/6] win32u: Move NtUserSetCursorPos implementation from user32.
14 Feb
2022
14 Feb
'22
1:07 p.m.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/user32/input.c | 31 ------------------------------- dlls/user32/sysparams.c | 2 +- dlls/user32/user32.spec | 2 +- dlls/user32/winpos.c | 4 ++-- dlls/win32u/driver.c | 6 ++++++ dlls/win32u/gdiobj.c | 1 + dlls/win32u/input.c | 34 ++++++++++++++++++++++++++++++++++ dlls/win32u/sysparams.c | 20 ++++++++++++++++++++ dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 3 +++ dlls/win32u/wrappers.c | 6 ++++++ include/ntuser.h | 1 + 12 files changed, 76 insertions(+), 36 deletions(-)
1404
Age (days ago)
1404
Last active (days ago)
1 comments
2 participants
participants (2)
-
Huw Davies -
Jacek Caban