X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fmarker_time_axis_view.h;h=fd23c1de878e1ed689ba4ab349cca91a07796a60;hb=bed58e9f372a6c2671e9f072c19a4c77d06c4292;hp=5d3f76ad8ec3bc06a2efdc665a5bce5c8fccf02b;hpb=183f69970c6c436b102f8b2fbe1bc6070c9e9bfe;p=ardour.git diff --git a/gtk2_ardour/marker_time_axis_view.h b/gtk2_ardour/marker_time_axis_view.h index 5d3f76ad8e..fd23c1de87 100644 --- a/gtk2_ardour/marker_time_axis_view.h +++ b/gtk2_ardour/marker_time_axis_view.h @@ -15,20 +15,18 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #ifndef __ardour_marker_time_axis_view_h__ #define __ardour_marker_time_axis_view_h__ #include - -#include +#include #include -#include #include #include "simplerect.h" +#include "canvas.h" class PublicEditor; class MarkerTimeAxis; @@ -75,7 +73,7 @@ class MarkerTimeAxisView : public sigc::trackable /** * */ - Gnome::Canvas::Item *canvas_item() { return canvas_group; } + ArdourCanvas::Item *canvas_item() { return canvas_group; } //---------------------------------------------------------------------------------------// @@ -132,7 +130,7 @@ class MarkerTimeAxisView : public sigc::trackable * @param duration the duration the new item should be placed upon the timeline * @param src the identity of the object that initiated the change */ - MarkerView* add_marker_view(ImageFrameView* ifv, std::string mark_type, std::string mark_id, jack_nframes_t start, jack_nframes_t dur, void* src) ; + MarkerView* add_marker_view(ImageFrameView* ifv, std::string mark_type, std::string mark_id, nframes_t start, nframes_t dur, void* src) ; /** * Returns the named MarkerView or 0 if the named marker does not exist @@ -226,8 +224,8 @@ class MarkerTimeAxisView : public sigc::trackable /* the TimeAxisView that this object is acting as the view helper for */ MarkerTimeAxis& _trackview ; - Gnome::Canvas::Group *canvas_group ; - Gnome::Canvas::SimpleRect *canvas_rect ; /* frame around the whole thing */ + ArdourCanvas::Group *canvas_group ; + ArdourCanvas::SimpleRect *canvas_rect ; /* frame around the whole thing */ /** the current samples per unit */ double _samples_per_unit;