Clear path after rectclip

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17768 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fedor 2003-10-03 03:19:15 +00:00
parent 14e192f977
commit e919515e3b
3 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2003-10-02 Adam Fedor <fedor@gnu.org>
* Source/xlib/XGGState.m (-DPSrectclip::::): Clear path.
* Source/winlib/WIN32GState.m (-DPSrectclip::::): Idem.
2003-09-30 Adam Fedor <fedor@gnu.org>
* Source/gsc/GSGState.m ([GSGState -DPSrectclip::::]): Clear

View file

@ -695,6 +695,7 @@ HBITMAP GSCreateBitmap(HDC hDC, int pixelsWide, int pixelsHigh,
{
clipRegion = region;
}
[self DPSnewpath];
}
- (void)DPSshow: (const char *)s

View file

@ -1595,6 +1595,7 @@ typedef enum {
XDestroyRegion(region);
}
[self setClipMask];
[self DPSnewpath];
}
- (void)DPSrectfill: (float)x : (float)y : (float)w : (float)h