Added missing function declaration for GeoCanonicalRect in

geometry.h.
This commit is contained in:
Tim Edwards 2021-06-14 09:45:36 -04:00
parent 37c5355b8f
commit 39630ea710
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
8.3.178
8.3.179

View File

@ -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 *);
/*
*-------------------------------------------------------------------