ChangeSet ID: 13568
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)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(a)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
ChangeSet ID: 13567
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/31 13:50:59
Modified files:
dlls/dsound/tests: ds3d.c
dlls/dsound : dsound.c
Log message:
Francois Gouget <fgouget(a)codeweavers.com>
Don't use DSBCAPS_{CTRLDEFAULT,CTRLALL} in capability-dumping
functions since they are nothing but a combination of other flags and
are thus redundant.
Patch: http://cvs.winehq.org/patch.py?id=13567
Old revision New revision Changes Path
1.12 1.13 +0 -1 wine/dlls/dsound/tests/ds3d.c
1.17 1.18 +0 -2 wine/dlls/dsound/dsound.c
ChangeSet ID: 13562
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/31 12:32:43
Modified files:
dlls/comctl32/tests: imagelist.c
Log message:
Francois Gouget <fgouget(a)free.fr>
MSVC does not like the typeof() in the function pointer declaration.
Fix a warning.
Patch: http://cvs.winehq.org/patch.py?id=13562
Old revision New revision Changes Path
1.3 1.4 +2 -2 wine/dlls/comctl32/tests/imagelist.c