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>2012-12-13 16:17:57 +0400
committerTon Roosendaal <ton@blender.org>2012-12-13 16:17:57 +0400
commita63f0d320b4fb9351ebfd525b6c13d98dda25a15 (patch)
treed7b6b15e0968ac59baf995762639befd1d0ed003 /source/blender/editors/screen/screen_intern.h
parent0f97d53c74b7b1c4a0b3e17a1ee66c04577fdd8a (diff)
Bugfix [#33511]
Overlapping regions: when dragging the region to close them, it started the blending timer - which of course is not meant to happen.
Diffstat (limited to 'source/blender/editors/screen/screen_intern.h')
-rw-r--r--source/blender/editors/screen/screen_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/screen/screen_intern.h b/source/blender/editors/screen/screen_intern.h
index 2e2b53f57d6..b811fc46188 100644
--- a/source/blender/editors/screen/screen_intern.h
+++ b/source/blender/editors/screen/screen_intern.h
@@ -39,6 +39,7 @@ struct Scene;
/* area.c */
void area_copy_data(ScrArea *sa1, ScrArea *sa2, int swap_space);
+void region_toggle_hidden(bContext *C, ARegion *ar, int do_fade);
/* screen_edit.c */
ScrEdge *screen_findedge(bScreen *sc, ScrVert *v1, ScrVert *v2);