Switched to use libgnomecanvas (not the C++ one).
[ardour.git] / gtk2_ardour / marker_time_axis_view.h
index 26b070ef6ac3b6c67fdcac40985e193340863b8c..f611a38f2e6261cac8408fc8592d1eea2fcb9694 100644 (file)
@@ -24,7 +24,7 @@
 #include <list>
 
 #include <gtkmm.h>
-#include <gtk-canvas.h>
+#include <libgnomecanvas/libgnomecanvas.h>
 
 #include <ardour/location.h>
 
@@ -73,7 +73,7 @@ class MarkerTimeAxisView : public sigc::trackable
                /**
                 *
                 */
-               GtkCanvasItem *canvas_item() { return canvas_group; }
+               GnomeCanvasItem *canvas_item() { return canvas_group; }
                
                
                //---------------------------------------------------------------------------------------//
@@ -224,8 +224,8 @@ class MarkerTimeAxisView : public sigc::trackable
                /* the TimeAxisView that this object is acting as the view helper for */
                MarkerTimeAxis& _trackview ;
                
-               GtkCanvasItem *canvas_group ;
-               GtkCanvasItem *canvas_rect ; /* frame around the whole thing */
+               GnomeCanvasItem *canvas_group ;
+               GnomeCanvasItem *canvas_rect ; /* frame around the whole thing */
 
                /** the current samples per unit */
                double _samples_per_unit;