summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index 6bf362739f..a528b76954 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -475,6 +475,15 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
static Gdk::Cursor* wait_cursor;
static Gdk::Cursor* timebar_cursor;
static Gdk::Cursor* transparent_cursor;
+ static Gdk::Cursor* resize_left_cursor;
+ static Gdk::Cursor* resize_top_left_cursor;
+ static Gdk::Cursor* resize_top_cursor;
+ static Gdk::Cursor* resize_top_right_cursor;
+ static Gdk::Cursor* resize_right_cursor;
+ static Gdk::Cursor* resize_bottom_right_cursor;
+ static Gdk::Cursor* resize_bottom_cursor;
+ static Gdk::Cursor* resize_bottom_left_cursor;
+ static Gdk::Cursor* move_cursor;
Gdk::Cursor* get_canvas_cursor () const { return current_canvas_cursor; }
void set_canvas_cursor (Gdk::Cursor*, bool save=false);