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:
authorCampbell Barton <ideasman42@gmail.com>2005-12-16 16:50:45 +0300
committerCampbell Barton <ideasman42@gmail.com>2005-12-16 16:50:45 +0300
commit3a50444ad4e50f7dedfb8a0ba990d2f30b79b43c (patch)
treea5b6ccc5795647487db855b28eb5eb5397386674 /source/blender/include
parentf5121b2496ad8ace0f9262ae9c47b52caeb700e8 (diff)
Oops, left the script menu in there. problems.
Diffstat (limited to 'source/blender/include')
-rw-r--r--source/blender/include/BIF_drawoops.h2
-rw-r--r--source/blender/include/BSE_drawoops.h2
-rw-r--r--source/blender/include/blendef.h1
3 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/include/BIF_drawoops.h b/source/blender/include/BIF_drawoops.h
index d60d8b2e0de..b42158d14fe 100644
--- a/source/blender/include/BIF_drawoops.h
+++ b/source/blender/include/BIF_drawoops.h
@@ -35,7 +35,7 @@
void give_oopslink_line(Oops *oops, OopsLink *ol, float *v1, float *v2);
void mysbox(float x1, float y1, float x2, float y2);
-void boundbox_oops(void);
+void boundbox_oops(short sel);
#endif
diff --git a/source/blender/include/BSE_drawoops.h b/source/blender/include/BSE_drawoops.h
index 78a8107f8e2..43e1dee5943 100644
--- a/source/blender/include/BSE_drawoops.h
+++ b/source/blender/include/BSE_drawoops.h
@@ -36,7 +36,7 @@
struct ScrArea;
struct Oops;
-void boundbox_oops(void);
+void boundbox_oops(short sel);
void give_oopslink_line(struct Oops *oops, struct OopsLink *ol, float *v1, float *v2);
void draw_oopslink(struct Oops *oops);
void draw_icon_oops(float *co, short type);
diff --git a/source/blender/include/blendef.h b/source/blender/include/blendef.h
index ab36972ea18..cc6e8d054f5 100644
--- a/source/blender/include/blendef.h
+++ b/source/blender/include/blendef.h
@@ -248,6 +248,7 @@
#define B_OOPSHOME 251
#define B_OOPSBORDER 252
#define B_NEWOOPS 253
+#define B_OOPSVIEWSEL 254
/* INFO: 300 */
/* watch: also in filesel.c and editobject.c */