Use the frame corresponding to the current mouse position when zoom dragging
[ardour.git] / gtk2_ardour / verbose_cursor.h
index 66da15a3291454d14eb2e5b954e345c149f80bf6..f4c76b10878851aefd806384f180746ea6114add 100644 (file)
@@ -17,6 +17,9 @@
 
 */
 
+#ifndef __gtk_ardour_verbose_cursor_h__
+#define __gtk_ardour_verbose_cursor_h__
+
 #include "ardour/types.h"
 #include "canvas/canvas.h"
 
@@ -45,4 +48,8 @@ public:
 private:
        Editor*                     _editor;
        ArdourCanvas::TrackingText* _canvas_item;
+
+       void color_handler ();
 };
+
+#endif // __gtk_ardour_verbose_cursor_h__