summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2010-11-14 21:55:21 +0000
committerCarl Hetherington <carl@carlh.net>2010-11-14 21:55:21 +0000
commitfc142a3fe630e785f39ba411a8943b05a5dc410d (patch)
treeb813c87d146d03ba4bca1b479579df62cdcb2160 /gtk2_ardour/editor.h
parent3b7302ecd4ccab57e43082372074a87e686e8ca4 (diff)
Fix up summary mouse cursors.
git-svn-id: svn://localhost/ardour2/branches/3.0@8035 d708f5d6-7413-0410-9779-e7cbd77b26cf
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);