ChangeSet ID: 6287 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2002/11/14 18:02:13 Modified files: include/wine : wingdi16.h dlls/wineps : psdrv.h ps.c graphics.c escape.c brush.c Log message: Huw Davies <huw(a)codeweavers.com> Implemented Escapes *_PATH and POSTSCRIPT_IGNORE. Patch: http://cvs.winehq.com/patch.py?id=6287 Old revision New revision Changes Path 1.26 1.27 +21 -0 wine/include/wine/wingdi16.h 1.35 1.36 +3 -0 wine/dlls/wineps/psdrv.h 1.13 1.14 +8 -2 wine/dlls/wineps/ps.c 1.9 1.10 +3 -0 wine/dlls/wineps/graphics.c 1.16 1.17 +77 -5 wine/dlls/wineps/escape.c 1.12 1.13 +3 -0 wine/dlls/wineps/brush.c