Minor cleanups.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@16744 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Alexander Malmberg 2003-05-17 22:05:29 +00:00
parent fcbcd18dbc
commit acb35ccbb4
2 changed files with 2 additions and 1 deletions

View file

@ -674,6 +674,7 @@ static BOOL _rect_advance(rect_trace_t *t, int *x0, int *x1)
c.dst += x0 * DI.bytes_per_pixel;
c.dsta += x0;
/* TODO: update c.dst and c.dsta properly when x1==0 */
if (x1)
{

View file

@ -1136,7 +1136,7 @@ static void clip_svp_callback(void *data, int y, int start,
[self _stroke: vp : YES];
}
- (void) DPSstroke;
- (void) DPSstroke
{
/* TODO: Resolve line-width and dash scaling issues. The way this is
currently done is the most obvious libart approach: