small API change to provide (debug) name to canvas cursor items

This commit is contained in:
Paul Davis 2021-07-27 12:10:10 -06:00
parent 2bad9e0a85
commit 44e67c3566
3 changed files with 8 additions and 8 deletions

View file

@ -34,8 +34,8 @@ class Editor;
class EditorCursor
{
public:
EditorCursor (Editor&, bool (Editor::*)(GdkEvent*,ArdourCanvas::Item*));
EditorCursor (Editor&);
EditorCursor (Editor&, bool (Editor::*)(GdkEvent*,ArdourCanvas::Item*), std::string const &);
EditorCursor (Editor&, std::string const &);
~EditorCursor ();
void set_position (samplepos_t);