This commit is contained in:
John Cupitt 2007-10-19 17:30:29 +00:00
parent 89c20acce5
commit 335594183d
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ blendn_buffer( PEL *qp, PEL *c, PEL *ap, PEL *bp, int width, IMAGE *im )
}
static int
blend_gen( REGION *or, void *seq, void *a, void *b )
blend_gen( REGION *or, void *seq, void *client1, void *client2 )
{
REGION **ir = (REGION **) seq;
Rect *r = &or->valid;