ChangeSet ID: 8300
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/19 21:24:50
Modified files:
dlls/wineps : init.c escape.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Look up the printer's port in the registry if neither CreateDC or
StartDoc specify one.
Photoshop 7 has a bug that results in cbInput being 2 less than the
length of the string rather than 2 more. So use the WORD at
in_data[0] instead.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8300
Old revision New revision Changes Path
1.47 1.48 +7 -4 wine/dlls/wineps/init.c
1.18 1.19 +25 -8 wine/dlls/wineps/escape.c
ChangeSet ID: 8291
CVSROOT: /home/winehq/opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2003/05/19 18:23:50
Modified files:
objects : dc.c
Log message:
Huw Davies <huw(a)codeweavers.com>
After we update the mapping mode reselect the current font back into
the dc so that its size is recalculated.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8291
Old revision New revision Changes Path
1.94 1.95 +4 -0 wine/objects/dc.c