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>2011-07-18 18:54:32 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2011-07-18 18:54:32 +0400
commit3a6ea7b5e1f2d7072e0344a2b09bc70e4c7ca975 (patch)
tree2af21182c27a58d901f1e1e6333e1398e8af8773 /source/blender/editors/space_clip/clip_intern.h
parentbd80b9a820e6502dabafa82fad38caad1d50203c (diff)
Camera tracking integration
=========================== - Track preview widget is now resizeable. - Marker position could now be adjusted from track preview widget.
Diffstat (limited to 'source/blender/editors/space_clip/clip_intern.h')
-rw-r--r--source/blender/editors/space_clip/clip_intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_clip/clip_intern.h b/source/blender/editors/space_clip/clip_intern.h
index 697051268d6..23ecd7cc623 100644
--- a/source/blender/editors/space_clip/clip_intern.h
+++ b/source/blender/editors/space_clip/clip_intern.h
@@ -90,7 +90,7 @@ void CLIP_OT_detect_features(struct wmOperatorType *ot);
/* clip_draw.c */
void draw_clip_main(struct SpaceClip *sc, struct ARegion *ar, struct Scene *scene);
-void draw_clip_track_widget(const struct bContext *C, void *trackp, void *userp, void *clipp, rcti *rect);
+void draw_clip_track_widget(const bContext *C, void *poin, void *arg1, void *arg2, rcti *rect);
/* clip_buttons.c */
void ED_clip_buttons_register(struct ARegionType *art);