From 6f3f891c58fd1f471d8b18dac600a68141ccdd57 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 8 Mar 2017 23:10:31 +1100 Subject: Rename BLI_rct*_init_pt_size -> radius --- source/blender/blenlib/BLI_rect.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenlib/BLI_rect.h') diff --git a/source/blender/blenlib/BLI_rect.h b/source/blender/blenlib/BLI_rect.h index 484a679f76a..041679ef876 100644 --- a/source/blender/blenlib/BLI_rect.h +++ b/source/blender/blenlib/BLI_rect.h @@ -47,8 +47,8 @@ bool BLI_rcti_is_empty(const struct rcti *rect); bool BLI_rctf_is_empty(const struct rctf *rect); void BLI_rctf_init(struct rctf *rect, float xmin, float xmax, float ymin, float ymax); void BLI_rcti_init(struct rcti *rect, int xmin, int xmax, int ymin, int ymax); -void BLI_rctf_init_pt_size(struct rctf *rect, const float xy[2], float size); -void BLI_rcti_init_pt_size(struct rcti *rect, const int xy[2], int size); +void BLI_rctf_init_pt_radius(struct rctf *rect, const float xy[2], float size); +void BLI_rcti_init_pt_radius(struct rcti *rect, const int xy[2], int size); void BLI_rcti_init_minmax(struct rcti *rect); void BLI_rctf_init_minmax(struct rctf *rect); void BLI_rcti_do_minmax_v(struct rcti *rect, const int xy[2]); -- cgit v1.2.3