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:
authorJoshua Leung <aligorith@gmail.com>2011-01-06 06:10:41 +0300
committerJoshua Leung <aligorith@gmail.com>2011-01-06 06:10:41 +0300
commit1246f1c9b5bf41075537e4f124f90a38c988c30e (patch)
tree67499974dd4edda764b5b4e20ee4e4aec19aea5c /source/blender/editors/include/ED_markers.h
parentf233f63d97d6615f56c79feb25491946042b0286 (diff)
Markers Todo: Adding back "Rename Marker" operator (Ctrl M).
As we don't have any dedicated text-input boxes anymore, this is a bit more clunky than it should optimally be.
Diffstat (limited to 'source/blender/editors/include/ED_markers.h')
-rw-r--r--source/blender/editors/include/ED_markers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/include/ED_markers.h b/source/blender/editors/include/ED_markers.h
index 54c1b473bd8..b32fc1a48ef 100644
--- a/source/blender/editors/include/ED_markers.h
+++ b/source/blender/editors/include/ED_markers.h
@@ -51,7 +51,7 @@ void ED_markers_get_minmax(ListBase *markers, short sel, float *first, float *la
void ED_markers_make_cfra_list(ListBase *markers, ListBase *lb, short sel);
-short ED_markers_has_selected(ListBase *markers);
+struct TimeMarker *ED_markers_get_first_selected(ListBase *markers);
/* Operators ------------------------------ */