Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2009-02-10 21:50:40 +0300
committerTon Roosendaal <ton@blender.org>2009-02-10 21:50:40 +0300
commite4ce4a00a08e3922529a550bdab7e01175d8dc94 (patch)
tree42b2564d64c31069ad5bb1dc6f1bdbb6ecd9049c /source/blender/blenlib/BLI_rect.h
parent12c17347cb095db8f8e19b22eeb7c8b8c508794b (diff)
2.5
Fifth attempt! Previous commit was wrong file :(
Diffstat (limited to 'source/blender/blenlib/BLI_rect.h')
-rw-r--r--source/blender/blenlib/BLI_rect.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenlib/BLI_rect.h b/source/blender/blenlib/BLI_rect.h
index 45a96f6055d..1bae821ae55 100644
--- a/source/blender/blenlib/BLI_rect.h
+++ b/source/blender/blenlib/BLI_rect.h
@@ -57,7 +57,8 @@ int BLI_in_rctf(struct rctf *rect, float x, float y);
int BLI_isect_rctf(struct rctf *src1, struct rctf *src2, struct rctf *dest);
int BLI_isect_rcti(struct rcti *src1, struct rcti *src2, struct rcti *dest);
void BLI_union_rctf(struct rctf *rcta, struct rctf *rctb);
-void BLI_union_rcti(struct rcti *rct1, struct rcti *rct2);
+void BLI_union_rcti(struct rcti *rcti1, struct rcti *rcti2);
+
#ifdef __cplusplus
}