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:
authorSergey Sharybin <sergey.vfx@gmail.com>2013-12-20 20:16:53 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-12-20 20:17:43 +0400
commitaec90a8fafe19dfad110d9473d3f70e3aeeb8771 (patch)
treebd824d0017a925fe5f3a1bd2ee19892cabdd6dba /source/blender/editors/space_clip/clip_intern.h
parent26aeb81d003278e30fc36255ba90ca81c3a655e6 (diff)
Fix wrong display of movie clip cache with mask overlay enabled
Diffstat (limited to 'source/blender/editors/space_clip/clip_intern.h')
-rw-r--r--source/blender/editors/space_clip/clip_intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index 513014a2d0d..af9d8f97138 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -73,6 +73,7 @@ void CLIP_OT_dopesheet_view_all(struct wmOperatorType *ot);
void clip_draw_main(const struct bContext *C, struct SpaceClip *sc, struct ARegion *ar);
void clip_draw_grease_pencil(struct bContext *C, int onlyv2d);
void clip_draw_curfra_label(const int framenr, const float x, const float y);
+void clip_draw_cache_and_notes(const bContext *C, SpaceClip *sc, ARegion *ar);
/* clip_editor.c */
void clip_start_prefetch_job(const struct bContext *C);