Vitaliy Margolen : dinput: Use correct GetObjectInfo for joystick.
Module: wine Branch: master Commit: 095ba950d607510670ba1ff7f4251fb819a0dc6f URL: http://source.winehq.org/git/wine.git/?a=commit;h=095ba950d607510670ba1ff7f4... Author: Vitaliy Margolen <wine-patches(a)kievinfo.com> Date: Fri Nov 28 08:19:13 2008 -0700 dinput: Use correct GetObjectInfo for joystick. --- dlls/dinput/joystick_linux.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/dinput/joystick_linux.c b/dlls/dinput/joystick_linux.c index 4146f1d..00bc3bd 100644 --- a/dlls/dinput/joystick_linux.c +++ b/dlls/dinput/joystick_linux.c @@ -1141,7 +1141,7 @@ static const IDirectInputDevice8WVtbl JoystickWvt = XCAST(SetDataFormat)IDirectInputDevice2AImpl_SetDataFormat, XCAST(SetEventNotification)IDirectInputDevice2AImpl_SetEventNotification, XCAST(SetCooperativeLevel)IDirectInputDevice2AImpl_SetCooperativeLevel, - IDirectInputDevice2WImpl_GetObjectInfo, + JoystickWImpl_GetObjectInfo, JoystickWImpl_GetDeviceInfo, XCAST(RunControlPanel)IDirectInputDevice2AImpl_RunControlPanel, XCAST(Initialize)IDirectInputDevice2AImpl_Initialize,
participants (1)
-
Alexandre Julliard