Vitaliy Margolen : dinput: Explicitly define ASCII and Unicode methods in DirectInputDevice base class . Make ASCII methods call Unicode. Use new methods in child classes.
Module: wine Branch: master Commit: 0f24b9e86fd51d9c6c8b39f4144947c0e8bd2d54 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0f24b9e86fd51d9c6c8b39f414... Author: Vitaliy Margolen <wine-patches(a)kievinfo.com> Date: Sun Jan 9 15:43:55 2011 -0700 dinput: Explicitly define ASCII and Unicode methods in DirectInputDevice base class. Make ASCII methods call Unicode. Use new methods in child classes. --- dlls/dinput/device.c | 262 +++++++++++++++++++++++++------------ dlls/dinput/device_private.h | 96 +++++++------- dlls/dinput/joystick_linux.c | 50 ++++---- dlls/dinput/joystick_linuxinput.c | 42 +++--- dlls/dinput/joystick_osx.c | 32 +++--- dlls/dinput/keyboard.c | 58 ++++---- dlls/dinput/mouse.c | 30 ++-- 7 files changed, 333 insertions(+), 237 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0f24b9e86fd51d9c6c8b39...
participants (1)
-
Alexandre Julliard