Module: wine Branch: master Commit: daed18a816cef3a10f3087afcfa229ea75053347 URL: https://source.winehq.org/git/wine.git/?a=commit;h=daed18a816cef3a10f3087afc...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed Oct 13 09:21:13 2021 +0200
dinput: Factor all GetCapabilities implementations together.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/device.c | 21 +++++++++++++++++ dlls/dinput/device_private.h | 2 ++ dlls/dinput/joystick_hid.c | 54 ++++++++++++++++---------------------------- dlls/dinput/keyboard.c | 42 ++++------------------------------ dlls/dinput/mouse.c | 42 +++++----------------------------- dlls/dinput8/tests/hid.c | 1 - 6 files changed, 53 insertions(+), 109 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=daed18a816cef3a10f308...