Module: wine Branch: master Commit: dac2e0b18779f8713681b88929a415eb7b5d2a19 URL: https://source.winehq.org/git/wine.git/?a=commit;h=dac2e0b18779f8713681b8892...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed Oct 27 09:40:59 2021 +0200
dinput: Rename IDirectInputDeviceImpl to struct dinput_device.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/ansi.c | 72 ++++++------ dlls/dinput/device.c | 258 +++++++++++++++++++++---------------------- dlls/dinput/device_private.h | 11 +- dlls/dinput/dinput_main.c | 124 ++++++++++----------- dlls/dinput/dinput_private.h | 6 +- dlls/dinput/joystick_hid.c | 12 +- dlls/dinput/keyboard.c | 10 +- dlls/dinput/mouse.c | 9 +- 8 files changed, 244 insertions(+), 258 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dac2e0b18779f8713681b...