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>2004-10-01 18:49:38 +0400
committerTon Roosendaal <ton@blender.org>2004-10-01 18:49:38 +0400
commit5798123bc7718f528bfd528cfd0a400b1ba4c1a9 (patch)
tree72ae49d75a040c8e8782b5054caf6061dc5342e8
parent5ef1c75dbef50f17ea628da0cb4d83d62eda7206 (diff)
Accidentally previous commit went out, while i tried to abort it. :)
This is a fix for propert circular clipping for circleselect, when it uses backbuffer selecting
-rw-r--r--source/blender/include/BIF_editmesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/include/BIF_editmesh.h b/source/blender/include/BIF_editmesh.h
index 26e0a12b394..984709b4a3c 100644
--- a/source/blender/include/BIF_editmesh.h
+++ b/source/blender/include/BIF_editmesh.h
@@ -94,7 +94,7 @@ extern void EM_select_face_fgon(struct EditFace *efa, int sel);
extern int EM_init_backbuf_border(short xmin, short ymin, short xmax, short ymax);
extern int EM_mask_init_backbuf_border(short mcords[][2], short tot, short xmin, short ymin, short xmax, short ymax);
-
+extern int EM_init_backbuf_circle(short xs, short ys, short rads);
extern int EM_check_backbuf_border(int index);
extern void EM_free_backbuf_border(void);