summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-01-07 20:46:21 -0500
committerDavid Robillard <d@drobilla.net>2015-01-07 20:46:21 -0500
commit2eef0612b9bd4217bf9c137688955d68966dae16 (patch)
tree0200b9d4899ad858bbec2c55bc4be8f0e393fd29 /gtk2_ardour/editor.h
parent4fd3adda019ef349ce70fd8dc2f6dea8d00a9216 (diff)
Start step entry at playhead.
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 9261b01a7e..77d28f4e12 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -382,7 +382,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void reset_zoom (framecnt_t);
void reposition_and_zoom (framepos_t, double);
- framepos_t get_preferred_edit_position (bool ignore_playhead = false, bool use_context_click = false);
+ framepos_t get_preferred_edit_position (bool ignore_playhead = false,
+ bool use_context_click = false,
+ bool from_outside_canvas = false);
bool update_mouse_speed ();
bool decelerate_mouse_speed ();