Module: wine Branch: master Commit: 17958bc8631c574df3cf83343d3a813d2bc81128 URL: https://source.winehq.org/git/wine.git/?a=commit;h=17958bc8631c574df3cf83343...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon May 31 10:23:55 2021 +0200
dinput: Factor out device creation interface queries.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/dinput_main.c | 32 +++++++++++++++----------------- dlls/dinput/dinput_private.h | 2 +- dlls/dinput/joystick_linux.c | 34 ++++------------------------------ dlls/dinput/joystick_linuxinput.c | 34 ++++------------------------------ dlls/dinput/joystick_osx.c | 33 ++++----------------------------- dlls/dinput/keyboard.c | 35 ++++------------------------------- dlls/dinput/mouse.c | 34 ++++------------------------------ 7 files changed, 36 insertions(+), 168 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=17958bc8631c574df3cf8...