ChangeSet ID: 8229
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/15 18:14:33
Modified files:
dlls/d3d8 : device.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Supply the correct box on the screen to be processed during the clear
call, using opengl coordinates, not directx coordinates.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8229
Old revision New revision Changes Path
1.54 1.55 +22 -20 wine/dlls/d3d8/device.c
ChangeSet ID: 8225
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/15 17:57:48
Modified files:
files : file.c
Log message:
Philip Mason <pmason(a)ricardo.com>
Force FILE_GetTempFileName to continue looking for new temp file name
if error returned from CreateFileW is ERROR_SHARING_VIOLATION.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8225
Old revision New revision Changes Path
1.180 1.181 +2 -1 wine/files/file.c
ChangeSet ID: 8224
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/15 17:56:10
Modified files:
dlls/d3d8 : device.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
Solved the transparency problem seen in the ClipMirror SDK sample
properly. Also a few tabs->spaces to correct formatting.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8224
Old revision New revision Changes Path
1.53 1.54 +12 -44 wine/dlls/d3d8/device.c