Vitaliy Margolen : dinput: COM cleanup - use interfaces instead of vtbl. Combine both Unicode and ASCII interfaces into the same classes.

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


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

Author: Vitaliy Margolen <wine-patches at kievinfo.com>
Date:   Sun Jan  9 15:44:19 2011 -0700

dinput: COM cleanup - use interfaces instead of vtbl. Combine both Unicode and ASCII interfaces into the same classes.

---

 dlls/dinput/device.c              |    8 ++++----
 dlls/dinput/device_private.h      |    3 ++-
 dlls/dinput/dinput_main.c         |   23 ++++++++++++++++++-----
 dlls/dinput/joystick.c            |    8 ++++----
 dlls/dinput/joystick_linux.c      |   33 ++++++++++++++++++++++-----------
 dlls/dinput/joystick_linuxinput.c |   30 ++++++++++++++++++------------
 dlls/dinput/joystick_osx.c        |   29 ++++++++++++++++++++---------
 dlls/dinput/keyboard.c            |   31 +++++++++++++++++++++----------
 dlls/dinput/mouse.c               |   37 +++++++++++++++++++++++++------------
 9 files changed, 134 insertions(+), 68 deletions(-)

Diff:   http://source.winehq.org/git/wine.git/?a=commitdiff;h=6b30480021862ea7bb6475b21b3d709f80a9f9e2



More information about the wine-cvs mailing list