summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorNathan Stewart <therealnathanstewart@gmail.com>2016-08-13 16:02:43 +0200
committerRobin Gareus <robin@gareus.org>2016-08-13 16:07:16 +0200
commit5b4584ad94d3d358c0007ce800c9f3cc80cab4f3 (patch)
treed7b12ef220297d5fca96f67ac0f8e499b0abd707 /gtk2_ardour/editor.h
parent613ae0c110a8d2dad7713514c2810852bc3941e9 (diff)
Add "Marker Toggle" #5193
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index d45545b4a7..7d754ed1b0 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1461,7 +1461,9 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
void set_loop_range (framepos_t start, framepos_t end, std::string cmd);
void set_punch_range (framepos_t start, framepos_t end, std::string cmd);
+ void toggle_location_at_playhead_cursor ();
void add_location_from_playhead_cursor ();
+ bool do_remove_location_at_playhead_cursor ();
void remove_location_at_playhead_cursor ();
bool select_new_marker;