more work on cursor tracking state

This commit is contained in:
Paul Davis 2014-06-18 21:03:25 -04:00
parent 2ee319e317
commit ad67a36d7d
3 changed files with 10 additions and 10 deletions

View file

@ -713,7 +713,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
std::stack<Gdk::Cursor*> _cursor_stack;
Gdk::Cursor* current_canvas_cursor;
Gdk::Cursor* which_grabber_cursor () const;
Gdk::Cursor* which_region_cursor () const;
Gdk::Cursor* which_track_cursor () const;
Gdk::Cursor* which_mode_cursor () const;
Gdk::Cursor* which_trim_cursor (bool left_side) const;
bool reset_canvas_cursor ();