ChangeSet ID: 13568 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/31 13:51:23
Modified files: dlls/dinput : joystick_linux.c device_private.h device.c Makefile.in Added files: dlls/dinput : data_formats.c
Log message: Robert Reif reif@earthlink.net Added default data formats for c_dfDIJoystick and c_dfDIJoystick2. Added object properties for more than one object. Added error checks for acquired. Default to using c_dfDIJoystick2 data format. Try to use user supplied data formats (only works if same as one of the defaults). Code cleanup, error checking and tracing added. Added support for up to 8 axis.
Patch: http://cvs.winehq.org/patch.py?id=13568
Old revision New revision Changes Path 1.7 1.8 +480 -126 wine/dlls/dinput/joystick_linux.c 1.8 1.9 +1 -1 wine/dlls/dinput/device_private.h 1.17 1.18 +1 -1 wine/dlls/dinput/device.c 1.18 1.19 +1 -0 wine/dlls/dinput/Makefile.in Added 1.1 +0 -0 wine/dlls/dinput/data_formats.c