Arkadiusz Hiler : user32: Implement GetMouseMovePointsEx().

Alexandre Julliard julliard at winehq.org
Tue Oct 13 15:42:05 CDT 2020


Module: wine
Branch: master
Commit: f7edc328184c4755c81dec5372b3ae5ac7b8c5df
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=f7edc328184c4755c81dec5372b3ae5ac7b8c5df

Author: Arkadiusz Hiler <ahiler at codeweavers.com>
Date:   Sat Oct  3 02:44:16 2020 +0300

user32: Implement GetMouseMovePointsEx().

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=36873
Signed-off-by: Arkadiusz Hiler <ahiler at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/user32/input.c            |  58 ++++++++++--
 dlls/user32/tests/input.c      | 200 ++++++++++++++++++++++++++++++++++++++++-
 include/wine/server_protocol.h |  26 +++++-
 server/protocol.def            |  15 ++++
 server/queue.c                 |  31 ++++++-
 server/request.h               |   4 +
 server/trace.c                 |  31 +++++++
 7 files changed, 352 insertions(+), 13 deletions(-)

Diff:   https://source.winehq.org/git/wine.git/?a=commitdiff;h=f7edc328184c4755c81dec5372b3ae5ac7b8c5df



More information about the wine-cvs mailing list