X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fimageframe_time_axis_view.h;h=45725038d1f81ff339c14ec8b9eef664287d39b4;hb=7d6db80042afbd4b092f11d58fac50c81c781eaa;hp=f6215236f18f492332010a20f7c154fbc1e31789;hpb=60f817b0d2411947c257ecbf0b0376589ea77acd;p=ardour.git diff --git a/gtk2_ardour/imageframe_time_axis_view.h b/gtk2_ardour/imageframe_time_axis_view.h index f6215236f1..45725038d1 100644 --- a/gtk2_ardour/imageframe_time_axis_view.h +++ b/gtk2_ardour/imageframe_time_axis_view.h @@ -15,7 +15,6 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id$ */ #ifndef __ardour_imageframe_time_axis_view_h__ @@ -24,10 +23,15 @@ #include #include -#include -#include +#include + #include +#include +#include "canvas.h" +#include "simplerect.h" + + class PublicEditor ; class ImageFrameTimeAxis ; class ImageFrameView ; @@ -71,7 +75,7 @@ class ImageFrameTimeAxisView : public sigc::trackable /** * */ - GnomeCanvasItem* canvas_item() { return canvas_group; } + ArdourCanvas::Group * canvas_item() { return &canvas_group; } //---------------------------------------------------------------------------------------// @@ -256,8 +260,8 @@ class ImageFrameTimeAxisView : public sigc::trackable /* the TimeAxisView that this object is acting as the view helper for */ ImageFrameTimeAxis& _trackview ; - GnomeCanvasItem *canvas_group ; - GnomeCanvasItem *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 ;