This commit is contained in:
John Cupitt 2007-10-19 17:30:29 +00:00
parent 89c20acce5
commit 335594183d

View File

@ -214,7 +214,7 @@ blendn_buffer( PEL *qp, PEL *c, PEL *ap, PEL *bp, int width, IMAGE *im )
} }
static int 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; REGION **ir = (REGION **) seq;
Rect *r = &or->valid; Rect *r = &or->valid;