summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-14 16:49:59 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-14 16:49:59 +0000
commit82e1d1267d091ac4a6f2cfa3e78ddcefe6592f8d (patch)
tree1f5885f4ce432aa414cf23e7d3cf034d52faf3c7 /gtk2_ardour/editor.h
parent1a9bd134d22f281d33271e99dbac6a6acc13913b (diff)
Use the edit position to decide what items to put in the region context menus, rather than the mouse position.
git-svn-id: svn://localhost/ardour2/branches/3.0@8028 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 80b65248d6..6bf362739f 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -691,12 +691,12 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
Gtk::Menu * track_edit_playlist_submenu;
Gtk::Menu * track_selection_edit_playlist_submenu;
- void popup_track_context_menu (int, int, ItemType, bool, framepos_t);
- Gtk::Menu* build_track_context_menu (framepos_t);
- Gtk::Menu* build_track_bus_context_menu (framepos_t);
- Gtk::Menu* build_track_region_context_menu (framepos_t frame);
- Gtk::Menu* build_track_crossfade_context_menu (framepos_t);
- Gtk::Menu* build_track_selection_context_menu (framepos_t);
+ void popup_track_context_menu (int, int, ItemType, bool);
+ Gtk::Menu* build_track_context_menu ();
+ Gtk::Menu* build_track_bus_context_menu ();
+ Gtk::Menu* build_track_region_context_menu ();
+ Gtk::Menu* build_track_crossfade_context_menu ();
+ Gtk::Menu* build_track_selection_context_menu ();
void add_dstream_context_items (Gtk::Menu_Helpers::MenuList&);
void add_bus_context_items (Gtk::Menu_Helpers::MenuList&);
void add_region_context_items (Gtk::Menu_Helpers::MenuList&, bool);