summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-15 19:00:31 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-15 19:00:31 +0000
commitf237b2e23b012e8dc00bd03a575267cf603087f4 (patch)
treed614360b782841e5e0b0f557f6df689df9e4d1ca /gtk2_ardour/editor.h
parentb21f4cab02a158d7cd580b51d02e8ae49c472316 (diff)
Present trim cursors over region view name bar.
git-svn-id: svn://localhost/ardour2/branches/3.0@8041 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 2b08569220..10a6b57e34 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -1430,6 +1430,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
friend class EditorRegions;
ArdourCanvas::Item *last_item_entered;
+ /** true if the mouse is over a place where region trim can happen */
+ bool _over_region_trim_target;
/* non-public event handlers */
@@ -2097,6 +2099,8 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
Gtk::MenuItem& action_menu_item (std::string const &);
void action_pre_activated (Glib::RefPtr<Gtk::Action> const &);
+ void set_canvas_cursor_for_region_view (double, RegionView *);
+
friend class Drag;
friend class RegionDrag;
friend class RegionMoveDrag;