Zebediah Figura : win32u: Move NtUserTrackMouseEvent() implementation from user32.
Module: wine Branch: master Commit: 5ce53f95cf61cbd7f998ddc706a88cddb7a70c76 URL: https://source.winehq.org/git/wine.git/?a=commit;h=5ce53f95cf61cbd7f998ddc70... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Tue Apr 26 16:06:02 2022 +0100 win32u: Move NtUserTrackMouseEvent() implementation from user32. Signed-off-by: Zebediah Figura <zfigura(a)codeweavers.com> 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/input.c | 254 ------------------------------------------- dlls/user32/scroll.c | 8 +- dlls/user32/user32.spec | 2 +- dlls/user32/user_main.c | 1 - dlls/user32/user_private.h | 1 - dlls/win32u/gdiobj.c | 1 + dlls/win32u/input.c | 218 +++++++++++++++++++++++++++++++++++++ dlls/win32u/message.c | 3 +- dlls/win32u/ntuser_private.h | 1 - dlls/win32u/win32u.spec | 2 +- dlls/win32u/win32u_private.h | 2 + dlls/win32u/wrappers.c | 6 + include/ntuser.h | 1 + 13 files changed, 235 insertions(+), 265 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=5ce53f95cf61cbd7f998d...
participants (1)
-
Alexandre Julliard