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>2010-09-27 14:44:46 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-09-27 14:44:46 +0400
commit11ce49830a2d8dfff1db293f88ecd601b0f3c8c7 (patch)
tree917f66d0df426c4a173d0dd61b59fa7cfc2b9a12 /source/blender/editors/include/ED_screen.h
parentafa4b855caa874d32d0cd0e02524846da58628c1 (diff)
bugfix [#24009] Crash when switching area types and performing ops
tested every view3d operator to make sure none crash.
Diffstat (limited to 'source/blender/editors/include/ED_screen.h')
-rw-r--r--source/blender/editors/include/ED_screen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_screen.h b/source/blender/editors/include/ED_screen.h
index 8533de75a3c..203d93150eb 100644
--- a/source/blender/editors/include/ED_screen.h
+++ b/source/blender/editors/include/ED_screen.h
@@ -125,6 +125,7 @@ int ED_operator_regionactive(struct bContext *C);
int ED_operator_scene_editable(struct bContext *C);
int ED_operator_view3d_active(struct bContext *C);
+int ED_operator_region_view3d_active(struct bContext *C);
int ED_operator_timeline_active(struct bContext *C);
int ED_operator_outliner_active(struct bContext *C);
int ED_operator_file_active(struct bContext *C);