Vitaliy Margolen : dinput: Explicitly define ASCII and Unicode methods in DirectInputDevice base class . Make ASCII methods call Unicode. Use new methods in child classes.

Alexandre Julliard julliard at winehq.org
Mon Jan 10 10:55:20 CST 2011


Module: wine
Branch: master
Commit: 0f24b9e86fd51d9c6c8b39f4144947c0e8bd2d54
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=0f24b9e86fd51d9c6c8b39f4144947c0e8bd2d54

Author: Vitaliy Margolen <wine-patches at 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=0f24b9e86fd51d9c6c8b39f4144947c0e8bd2d54



More information about the wine-cvs mailing list