This commit is contained in:
John Cupitt 2009-10-08 10:53:12 +00:00
parent 6468217105
commit b8d2522907

View File

@ -170,7 +170,7 @@ typedef int (*im_region_fill_fn)( struct _REGION *, void * );
int im_region_fill( struct _REGION *reg, Rect *r, im_region_fill_fn fn, void *a );
void im_region_print( struct _REGION *region );
int im_prepare_many( REGION **reg, Rect *r );
int im_prepare_many( struct _REGION **reg, Rect *r );
#ifdef __cplusplus
}