Added missing function declaration for GeoCanonicalRect in
geometry.h.
This commit is contained in:
parent
37c5355b8f
commit
39630ea710
|
|
@ -190,7 +190,8 @@ extern int GeoRectPointSide(Rect *, Point *);
|
|||
extern int GeoRectRectSide(Rect *, Rect *);
|
||||
extern void GeoIncludePoint(Point *, Rect *);
|
||||
extern void GeoDecomposeTransform(Transform *, bool *, int *);
|
||||
extern void GeoIncludeRectInBBox(Rect *, Rect *bbox);
|
||||
extern void GeoIncludeRectInBBox(Rect *, Rect *);
|
||||
extern void GeoCanonicalRect(Rect *, Rect *);
|
||||
|
||||
/*
|
||||
*-------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Reference in New Issue