mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-31 01:11:00 +00:00
Clear path after rectclip
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@17769 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
e919515e3b
commit
05825bb981
2 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
|
|
||||||
* Source/xlib/XGGState.m (-DPSrectclip::::): Clear path.
|
* Source/xlib/XGGState.m (-DPSrectclip::::): Clear path.
|
||||||
* Source/winlib/WIN32GState.m (-DPSrectclip::::): Idem.
|
* Source/winlib/WIN32GState.m (-DPSrectclip::::): Idem.
|
||||||
|
* Source/art/path.m (-DPSrectclip::::): Idem.
|
||||||
|
|
||||||
2003-09-30 Adam Fedor <fedor@gnu.org>
|
2003-09-30 Adam Fedor <fedor@gnu.org>
|
||||||
|
|
||||||
|
|
|
@ -845,6 +845,8 @@ static void clip_svp_callback(void *data, int y, int start,
|
||||||
|
|
||||||
clip_sx = clip_x1 - clip_x0;
|
clip_sx = clip_x1 - clip_x0;
|
||||||
clip_sy = clip_y1 - clip_y0;
|
clip_sy = clip_y1 - clip_y0;
|
||||||
|
|
||||||
|
[self DPSnewpath];
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void) DPSinitclip;
|
- (void) DPSinitclip;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue