Module: wine Branch: master Commit: 3ec4ae839058512e693f5a7b657c7b143f1449da URL: https://source.winehq.org/git/wine.git/?a=commit;h=3ec4ae839058512e693f5a7b6...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Oct 19 09:20:02 2021 +0200
dinput: Factor all GetProperty implementations together.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/device.c | 128 +++++++++++++++++++++++++++++-------------- dlls/dinput/device_private.h | 2 + dlls/dinput/joystick_hid.c | 105 ++++++++++------------------------- dlls/dinput/keyboard.c | 58 ++++++-------------- dlls/dinput/mouse.c | 85 +++++++++------------------- dlls/dinput8/tests/device.c | 35 ------------ dlls/dinput8/tests/hid.c | 1 - 7 files changed, 160 insertions(+), 254 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=3ec4ae839058512e693f5...