Module: wine Branch: master Commit: d666aea3607ef3398744b3daec7f266cc25a2cd9 URL: https://source.winehq.org/git/wine.git/?a=commit;h=d666aea3607ef3398744b3dae...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon May 31 10:23:56 2021 +0200
dinput: Remove the need for ANSI enum_device callback.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/dinput_main.c | 14 +++++----- dlls/dinput/dinput_private.h | 3 +- dlls/dinput/joystick_linux.c | 58 ++------------------------------------- dlls/dinput/joystick_linuxinput.c | 54 ++---------------------------------- dlls/dinput/joystick_osx.c | 52 ++--------------------------------- dlls/dinput/keyboard.c | 50 ++------------------------------- dlls/dinput/mouse.c | 50 ++------------------------------- 7 files changed, 18 insertions(+), 263 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=d666aea3607ef3398744b...