Module: wine Branch: master Commit: 9f493b0ed8a45326aff559b3e746d811b4dde688 URL: https://source.winehq.org/git/wine.git/?a=commit;h=9f493b0ed8a45326aff559b3e...
Author: Rémi Bernon rbernon@codeweavers.com Date: Mon Oct 18 10:21:56 2021 +0200
dinput: Factor all GetObjectInfo implementations together.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/device.c | 68 +++++++++++++++++---------------------------- dlls/dinput/joystick_hid.c | 36 +----------------------- dlls/dinput/keyboard.c | 64 ++---------------------------------------- dlls/dinput/mouse.c | 30 +------------------- dlls/dinput8/tests/device.c | 4 +-- 5 files changed, 31 insertions(+), 171 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=9f493b0ed8a45326aff55...