Rework clipping so that the PS clip path is only set just before any
commita45df5d99108d22de72e3ce7124ab2c2267375e8
authorHuw Davies <huw@codeweavers.com>
Mon, 19 May 2003 19:06:47 +0000 (19 19:06 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 19 May 2003 19:06:47 +0000 (19 19:06 +0000)
treec41b9440ca1d5439401591b874e6a1122fa2a91b
parent11d09a83304e341eac46812b5daf7c77c9fae6a3
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.
dlls/wineps/bitblt.c
dlls/wineps/bitmap.c
dlls/wineps/brush.c
dlls/wineps/clipping.c
dlls/wineps/graphics.c
dlls/wineps/ps.c
dlls/wineps/psdrv.h
dlls/wineps/text.c