ChangeSet ID: 11063
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/02/12 14:05:23
Modified files:
dlls/wineps : psdrv.h ps.c graphics.c escape.c
Log message:
Huw Davies <huw(a)codeweavers.com>
Bracket code inserted by the PASSTHROUGH escapes by
%%{Begin,End}Document. This stops cups' pstops becoming confused if it
comes across an %%EOF in an imported eps file.
The hack in PSDRV_Rectangle to fix eps files in office2k turns out to
be almost what Windows really does - update the code and the comment
to match Windows behaviour more precisely.
Patch: http://cvs.winehq.org/patch.py?id=11063
Old revision New revision Changes Path
1.48 1.49 +2 -0 wine/dlls/wineps/psdrv.h
1.25 1.26 +8 -0 wine/dlls/wineps/ps.c
1.13 1.14 +7 -4 wine/dlls/wineps/graphics.c
1.22 1.23 +10 -1 wine/dlls/wineps/escape.c