Rémi Bernon : dinput: Factor all (Un)Acquire implementations together.

Alexandre Julliard julliard at winehq.org
Wed Oct 13 15:59:26 CDT 2021


Module: wine
Branch: master
Commit: 77f5edda30d9e9b1e9abbc251eab72a37fd061f1
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=77f5edda30d9e9b1e9abbc251eab72a37fd061f1

Author: Rémi Bernon <rbernon at 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 at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at 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=77f5edda30d9e9b1e9abbc251eab72a37fd061f1



More information about the wine-cvs mailing list