Module: wine Branch: master Commit: f0935f850c34b1f9d8b4bf84903365c2874bc4cf URL: https://source.winehq.org/git/wine.git/?a=commit;h=f0935f850c34b1f9d8b4bf849...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Feb 8 09:55:36 2022 +0100
dinput: Rename IDirectInputImpl to struct dinput.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/ansi.c | 54 ++++++++++----------- dlls/dinput/device.c | 4 +- dlls/dinput/device_private.h | 4 +- dlls/dinput/dinput_main.c | 111 +++++++++++++++++++++---------------------- dlls/dinput/dinput_private.h | 31 ++++++------ dlls/dinput/joystick_hid.c | 2 +- dlls/dinput/keyboard.c | 2 +- dlls/dinput/mouse.c | 2 +- 8 files changed, 104 insertions(+), 106 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=f0935f850c34b1f9d8b4b...