Module: wine Branch: master Commit: 77f5edda30d9e9b1e9abbc251eab72a37fd061f1 URL: https://source.winehq.org/git/wine.git/?a=commit;h=77f5edda30d9e9b1e9abbc251...
Author: Rémi Bernon rbernon@codeweavers.com Date: Wed Oct 13 09:21:17 2021 +0200
dinput: Factor all (Un)Acquire implementations together.
And introduce new internal acquire / unacquire callbacks.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/device.c | 65 +++++++++++++++++-------------- dlls/dinput/device_private.h | 17 +++++--- dlls/dinput/dinput_main.c | 4 +- dlls/dinput/joystick_hid.c | 93 +++++++++++++++----------------------------- dlls/dinput/keyboard.c | 34 +++++++++------- dlls/dinput/mouse.c | 30 +++++++------- 6 files changed, 114 insertions(+), 129 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=77f5edda30d9e9b1e9abb...