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:
authorTianwei Shen <shentianweipku@gmail.com>2016-07-29 17:56:32 +0300
committerTianwei Shen <shentianweipku@gmail.com>2016-07-29 17:56:32 +0300
commitfe312bab5e6eb60e58fb1b1c7506479a6073389a (patch)
treef5f4c24eda59f6693d11ffc19462e7ab8674d095 /source/blender/editors/include
parent9be1b3f82f4bcd62ff331f48bad610b66831023a (diff)
WIP: correspondence update and drawing functions
Diffstat (limited to 'source/blender/editors/include')
-rw-r--r--source/blender/editors/include/ED_clip.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_clip.h b/source/blender/editors/include/ED_clip.h
index 4929f465009..83b6b66811e 100644
--- a/source/blender/editors/include/ED_clip.h
+++ b/source/blender/editors/include/ED_clip.h
@@ -82,7 +82,7 @@ struct MovieClip *ED_space_clip_get_clip(struct SpaceClip *sc);
struct MovieClip *ED_space_clip_get_secondary_clip(struct SpaceClip *sc);
void ED_space_clip_set_clip(struct bContext *C, struct bScreen *screen, struct SpaceClip *sc, struct MovieClip *clip);
void ED_space_clip_set_secondary_clip(struct bContext *C, struct bScreen *screen, struct SpaceClip *sc, struct MovieClip *secondary_clip);
-void ED_clip_update_correspondence_mode();
+void ED_clip_update_correspondence_mode(struct bContext *C, struct SpaceClip *sc);
struct Mask *ED_space_clip_get_mask(struct SpaceClip *sc);
void ED_space_clip_set_mask(struct bContext *C, struct SpaceClip *sc, struct Mask *mask);