Module: wine Branch: master Commit: b06786940c95e11729438ad6d0cb0bae765d5d1e URL: http://source.winehq.org/git/wine.git/?a=commit;h=b06786940c95e11729438ad6d0...
Author: Vitaliy Margolen wine-patches@kievinfo.com Date: Sun Aug 5 12:24:04 2007 -0600
dinput: Reuse common code and definition.
Unify object properties structure and he common axis mapping function for both joystick drivers.
---
dlls/dinput/device_private.h | 11 +++ dlls/dinput/joystick_linux.c | 28 +-------- dlls/dinput/joystick_linuxinput.c | 124 +++++++++++++++++++------------------ 3 files changed, 77 insertions(+), 86 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=b06786940c95e11729438a...