mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-19 13:16:27 +01:00
more work on cursor tracking state
This commit is contained in:
parent
2ee319e317
commit
ad67a36d7d
3 changed files with 10 additions and 10 deletions
|
|
@ -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 ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue