[PATCH 1/5] dinput: Use dinput device as a base class for keyboard, mouse and joystick.

Vitaliy Margolen wine-patch at kievinfo.com
Sun Oct 15 12:29:30 CDT 2006


Change log:
    dinput: Use dinput device as a base class for keyboard, mouse and joystick.

There are lots of duplicated code in keyboard, mouse and joystick that should go
into base class instead. This is the start of this move.
---
 dlls/dinput/device_private.h      |    6 +++---
 dlls/dinput/joystick_linux.c      |   13 ++++++-------
 dlls/dinput/joystick_linuxinput.c |   13 ++++++-------
 dlls/dinput/keyboard.c            |   12 +++++-------
 dlls/dinput/mouse.c               |   12 +++++-------
 5 files changed, 25 insertions(+), 31 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: b73dd28389f8ed5850651ef0d8fb6422563c8261.diff
Type: text/x-patch
Size: 5906 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20061015/6233fa16/b73dd28389f8ed5850651ef0d8fb6422563c8261.bin


More information about the wine-patches mailing list