Module: wine Branch: master Commit: 47a821400a7e0cde13e198f2ab1691d50918345d URL: https://source.winehq.org/git/wine.git/?a=commit;h=47a821400a7e0cde13e198f2a...
Author: Rémi Bernon rbernon@codeweavers.com Date: Tue Oct 19 09:20:06 2021 +0200
dinput: Factor all SetProperty implementations together.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/device.c | 229 ++++++++++++++++++++++++++----------------- dlls/dinput/device_private.h | 2 + dlls/dinput/joystick_hid.c | 113 +++++---------------- dlls/dinput/keyboard.c | 7 ++ dlls/dinput/mouse.c | 7 ++ 5 files changed, 179 insertions(+), 179 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=47a821400a7e0cde13e19...