Rémi Bernon : dinput: Factor all IDirectInputDevice8W vtables together.

Alexandre Julliard julliard at winehq.org
Fri Oct 22 14:46:10 CDT 2021


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

Author: Rémi Bernon <rbernon at codeweavers.com>
Date:   Fri Oct 22 09:33:54 2021 +0200

dinput: Factor all IDirectInputDevice8W vtables together.

And remove "internal" suffix from internal functions.

Signed-off-by: Rémi Bernon <rbernon at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dinput/device.c         | 189 +++++++++++++++++++++++++------------------
 dlls/dinput/device_private.h |  80 +-----------------
 dlls/dinput/joystick_hid.c   | 108 ++++++++-----------------
 dlls/dinput/keyboard.c       |  73 +++++------------
 dlls/dinput/mouse.c          |  73 +++++------------
 5 files changed, 181 insertions(+), 342 deletions(-)

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



More information about the wine-cvs mailing list