Module: wine Branch: master Commit: ad8e3727c13d19c8ce79aad1ef00c33a3fab2a2a URL: https://source.winehq.org/git/wine.git/?a=commit;h=ad8e3727c13d19c8ce79aad1e...
Author: Rémi Bernon rbernon@codeweavers.com Date: Fri May 28 11:41:26 2021 +0200
dinput: Make device creation error handling consistent.
Signed-off-by: Rémi Bernon rbernon@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/dinput/joystick_linux.c | 21 +++++++-------------- dlls/dinput/joystick_linuxinput.c | 15 ++++++++------- dlls/dinput/joystick_osx.c | 21 +++++++-------------- dlls/dinput/keyboard.c | 15 +++++++++------ dlls/dinput/mouse.c | 16 +++++++++------- 5 files changed, 40 insertions(+), 48 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=ad8e3727c13d19c8ce79a...