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:
authorJoerg Mueller <nexyon@gmail.com>2010-02-21 21:01:41 +0300
committerJoerg Mueller <nexyon@gmail.com>2010-02-21 21:01:41 +0300
commit38ef2df8f72fe3289beb42284b1f2f3162636519 (patch)
tree6109eccb897749f050d78de1e8e581c3dd360aa1 /source/blender/editors/include/ED_screen.h
parentee12a5368a0018467bb34292f3e4f063592dc830 (diff)
2.5 Audio:
* Jack Transport support! * Minor sequencer audio corrections.
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 5121308c745..aae354b79fa 100644
--- a/source/blender/editors/include/ED_screen.h
+++ b/source/blender/editors/include/ED_screen.h
@@ -108,6 +108,7 @@ void ED_screen_new_window(struct bContext *C, struct rcti *position, int type);
/* anim */
void ED_update_for_newframe(const struct bContext *C, int mute);
void ED_refresh_viewport_fps(struct bContext *C);
+int ED_screen_animation_play(struct bContext *C, int sync, int mode);
/* screen keymaps */
void ED_operatortypes_screen(void);