summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mouse_cursors.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-01-19 22:23:28 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-01-19 22:23:28 +0000
commitf758ed0f4123605235dc83c70d5fdef2e8aa8947 (patch)
tree26c2230c6d007f65ccb9fa3173bbab01e8a791ea /gtk2_ardour/mouse_cursors.h
parentefab36a85e4a462716f2d7f4d0f12a12e45b4a75 (diff)
more fixups of various things including cursors when note editing. in particular, don't needlessly reset the cursor during a drag. note insertion with ctrl pressed now only works if in MouseObject mode.
git-svn-id: svn://localhost/ardour2/branches/3.0@11270 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/mouse_cursors.h')
-rw-r--r--gtk2_ardour/mouse_cursors.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/gtk2_ardour/mouse_cursors.h b/gtk2_ardour/mouse_cursors.h
index 55d5fd0c9d..bf93e1ad78 100644
--- a/gtk2_ardour/mouse_cursors.h
+++ b/gtk2_ardour/mouse_cursors.h
@@ -17,6 +17,9 @@
*/
+#ifndef __gtk2_ardour_mouse_cursors__
+#define __gtk2_ardour_mouse_cursors__
+
/** @file Handling of bitmaps to be used for mouse cursors.
*
* Held centrally by the Editor because some cursors are used in several places.
@@ -64,3 +67,5 @@ public:
Gdk::Cursor* expand_left_right;
Gdk::Cursor* expand_up_down;
};
+
+#endif /* __gtk2_ardour_mouse_cursors__ */