Rémi Bernon : dinput: Factor all IDirectInputDevice8W vtables together.
Module: wine Branch: master Commit: b242273482616a3f98fb2cf0ce7a648bf4caf16c URL: https://source.winehq.org/git/wine.git/?a=commit;h=b242273482616a3f98fb2cf0c... Author: Rémi Bernon <rbernon(a)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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)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=b242273482616a3f98fb2...
participants (1)
-
Alexandre Julliard