mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
remove all trace of cursor stacks; canvas cursor is always "just set"
This commit is contained in:
parent
5b112e489b
commit
98c9c03e9f
22 changed files with 55 additions and 306 deletions
|
|
@ -39,6 +39,8 @@ public:
|
|||
void set_cursor_set (const std::string& name);
|
||||
std::string cursor_set() const { return _cursor_set; }
|
||||
|
||||
Gdk::Cursor* from_gdk_cursor (GdkCursor*);
|
||||
|
||||
Gdk::Cursor* cross_hair;
|
||||
Gdk::Cursor* scissors;
|
||||
Gdk::Cursor* trimmer;
|
||||
|
|
@ -88,6 +90,7 @@ public:
|
|||
static Gdk::Cursor* invalid_cursor() { if (!_invalid) { create_invalid(); } return _invalid; }
|
||||
|
||||
private:
|
||||
std::vector<Gdk::Cursor*> cursors;
|
||||
std::string _cursor_set;
|
||||
void drop_all ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue