ChangeSet ID: 13713
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/09 14:17:46
Modified files:
dlls/dinput : joystick_linux.c
Log message:
Robert Reif <reif(a)earthlink.net>
offsets array is the size of the wine data format so there is no need
to reallocate it when the format changes.
Patch: http://cvs.winehq.org/patch.py?id=13713
Old revision New revision Changes Path
1.12 1.13 +0 -9 wine/dlls/dinput/joystick_linux.c
ChangeSet ID: 13711
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/09/08 19:28:36
Modified files:
server : fd.c
Log message:
Take care to not close the file handle if there are outstanding locks
and the directory options don't match.
Patch: http://cvs.winehq.org/patch.py?id=13711
Old revision New revision Changes Path
1.24 1.25 +20 -13 wine/server/fd.c