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>2009-01-14 19:37:52 +0300
committerTon Roosendaal <ton@blender.org>2009-01-14 19:37:52 +0300
commit30e851b8a536194a78a674dd33fad9a939122ea1 (patch)
tree2956594b04f24d58cc63f9c1bdecf24cfb9daf1c /source/blender/editors/include/ED_markers.h
parent9aec7aaf6c560ddc0c2dd1c553c809f9b1e706d5 (diff)
2.5
A small round of warning cleanups; unused variables, missing headers and some const types.
Diffstat (limited to 'source/blender/editors/include/ED_markers.h')
-rw-r--r--source/blender/editors/include/ED_markers.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/include/ED_markers.h b/source/blender/editors/include/ED_markers.h
index 001c61c1589..0e9a82083a6 100644
--- a/source/blender/editors/include/ED_markers.h
+++ b/source/blender/editors/include/ED_markers.h
@@ -39,11 +39,13 @@ struct wmWindowManager;
struct bContext;
void draw_markers_time(const struct bContext *C, int flag);
+int find_nearest_marker_time(ListBase *markers, float dx);
/* called in screen_ops.c:ED_operatortypes_screen() */
void ED_marker_operatortypes(void);
/* called in screen_ops.c:ED_keymap_screen() */
void ED_marker_keymap(struct wmWindowManager *wm);
+
#endif /* ED_MARKERS_H */