ChangeSet ID: 9654
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/06 22:32:28
Modified files:
dlls/gdi/enhmfdrv: dc.c
Log message:
Dave Belanger <dave.belanger(a)cimmetry.com>
Spit out EMR_RESTOREDC metarecords with -1 as argument as long as we
don't get to the saved state we want.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9654
Old revision New revision Changes Path
1.7 1.8 +15 -2 wine/dlls/gdi/enhmfdrv/dc.c
ChangeSet ID: 9652
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/10/06 22:31:46
Modified files:
dlls/d3d8 : surface.c drawprim.c
Log message:
Jason Edmeades <us(a)the-edmeades.demon.co.uk>
DXTn stride is to the next block, which is the equivalent to 4 rows
worth of bytes.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9652
Old revision New revision Changes Path
1.24 1.25 +10 -4 wine/dlls/d3d8/surface.c
1.12 1.13 +1 -1 wine/dlls/d3d8/drawprim.c