summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-12-16 15:02:29 +0100
committerRobin Gareus <robin@gareus.org>2016-12-17 02:43:42 +0100
commite1826f8b1c4b0c4406de088e1302cde8154c4a85 (patch)
treea4b039545159cec1638104a6708bee58714650c2 /gtk2_ardour/editor.h
parentcd64f17a9c5442befd32fc52317a44e4ed288b82 (diff)
Add API to query editor's playhead cursor position
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 5475e78fda..27d077c6ec 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1015,7 +1015,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
friend class EditorCursor;
- EditorCursor* playhead_cursor;
+ EditorCursor* playhead_cursor;
+ framepos_t playhead_cursor_sample () const;
framepos_t get_region_boundary (framepos_t pos, int32_t dir, bool with_selection, bool only_onscreen);