mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 15:31:14 +00:00
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:
parent
14e192f977
commit
e919515e3b
3 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -695,6 +695,7 @@ HBITMAP GSCreateBitmap(HDC hDC, int pixelsWide, int pixelsHigh,
|
|||
{
|
||||
clipRegion = region;
|
||||
}
|
||||
[self DPSnewpath];
|
||||
}
|
||||
|
||||
- (void)DPSshow: (const char *)s
|
||||
|
|
|
@ -1595,6 +1595,7 @@ typedef enum {
|
|||
XDestroyRegion(region);
|
||||
}
|
||||
[self setClipMask];
|
||||
[self DPSnewpath];
|
||||
}
|
||||
|
||||
- (void)DPSrectfill: (float)x : (float)y : (float)w : (float)h
|
||||
|
|
Loading…
Reference in a new issue