summaryrefslogtreecommitdiff
path: root/gtk2_ardour/marker_time_axis_view.h
diff options
context:
space:
mode:
authorNick Mainsbridge <beatroute@iprimus.com.au>2005-11-23 17:21:12 +0000
committerNick Mainsbridge <beatroute@iprimus.com.au>2005-11-23 17:21:12 +0000
commit54a80321064aa543023cd0b224ba9d433520983f (patch)
treef865a7fe2269054f4215e3bbaa477cd9f091e813 /gtk2_ardour/marker_time_axis_view.h
parentfb45ffea71d345ced0cfbb12b9dcd89ecb1e8dbf (diff)
Gnome::Canvas -> ArdourCanvas and some other small fixes
git-svn-id: svn://localhost/trunk/ardour2@107 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/marker_time_axis_view.h')
-rw-r--r--gtk2_ardour/marker_time_axis_view.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/marker_time_axis_view.h b/gtk2_ardour/marker_time_axis_view.h
index 5d3f76ad8e..4f6caf8266 100644
--- a/gtk2_ardour/marker_time_axis_view.h
+++ b/gtk2_ardour/marker_time_axis_view.h
@@ -25,10 +25,10 @@
#include <gtkmm.h>
#include <libgnomecanvasmm/group.h>
-#include <libgnomecanvasmm/canvas.h>
#include <ardour/location.h>
#include "simplerect.h"
+#include "canvas.h"
class PublicEditor;
class MarkerTimeAxis;
@@ -75,7 +75,7 @@ class MarkerTimeAxisView : public sigc::trackable
/**
*
*/
- Gnome::Canvas::Item *canvas_item() { return canvas_group; }
+ ArdourCanvas::Item *canvas_item() { return canvas_group; }
//---------------------------------------------------------------------------------------//
@@ -226,8 +226,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;