summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2008-02-13 14:38:49 +0000
committerDoug McLain <doug@nostar.net>2008-02-13 14:38:49 +0000
commitb248526fe35a846af0f62985c18e62e3e8817f9c (patch)
treece04389cc34fde7eba640aea5bb729dd850a788f /gtk2_ardour/editor.h
parentcc19e1ef9993ad6fafb4f7fd0028ebec6a1b7f0a (diff)
add option to create xrun markers on the location markerbar
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3048 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 892506941f..54e7ca6adf 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -456,7 +456,7 @@ class Editor : public PublicEditor
void hide_marker (ArdourCanvas::Item*, GdkEvent*);
void clear_marker_display ();
- void mouse_add_new_marker (nframes_t where, bool is_cd=false);
+ void mouse_add_new_marker (nframes_t where, bool is_cd=false, bool is_xrun=false);
void update_cd_marker_display ();
void ensure_cd_marker_updated (LocationMarkers * lam, ARDOUR::Location * location);