wine/dlls/wineps text.c psdrv.h ps.c graphics. ...
ChangeSet ID: 8263 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard(a)wine.codeweavers.com 2003/05/19 14:06:47 Modified files: dlls/wineps : text.c psdrv.h ps.c graphics.c clipping.c brush.c bitmap.c bitblt.c Log message: Huw Davies <huw(a)codeweavers.com> Rework clipping so that the PS clip path is only set just before any graphics output event. Doing it this way means we don't ever need to call initclip which is a Good Thing. Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=8263 Old revision New revision Changes Path 1.16 1.17 +3 -0 wine/dlls/wineps/text.c 1.37 1.38 +5 -3 wine/dlls/wineps/psdrv.h 1.15 1.16 +11 -6 wine/dlls/wineps/ps.c 1.10 1.11 +66 -21 wine/dlls/wineps/graphics.c 1.9 1.10 +34 -3 wine/dlls/wineps/clipping.c 1.13 1.14 +5 -3 wine/dlls/wineps/brush.c 1.8 1.9 +66 -11 wine/dlls/wineps/bitmap.c 1.5 1.6 +4 -0 wine/dlls/wineps/bitblt.c
participants (1)
-
Alexandre Julliard