mirror of
https://github.com/gnustep/libs-back.git
synced 2025-02-23 20:01:22 +00:00
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:
parent
fcbcd18dbc
commit
acb35ccbb4
2 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue