util/geometry: remove bogus attr_pure from rect_join
This commit is contained in:
parent
84e44fba12
commit
83708429af
1 changed files with 1 additions and 1 deletions
|
@ -155,5 +155,5 @@ bool point_in_rect(cmplx p, Rect r);
|
|||
bool rect_in_rect(Rect inner, Rect outer) attr_const;
|
||||
bool rect_rect_intersect(Rect r1, Rect r2, bool edges, bool corners) attr_const;
|
||||
bool rect_rect_intersection(Rect r1, Rect r2, bool edges, bool corners, Rect *out) attr_nonnull(5);
|
||||
bool rect_join(Rect *r1, Rect r2) attr_pure attr_nonnull(1);
|
||||
bool rect_join(Rect *r1, Rect r2) attr_nonnull(1);
|
||||
void rect_set_xywh(Rect *rect, double x, double y, double w, double h) attr_nonnull(1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue