GObject canvas changes
[ardour.git] / gtk2_ardour / time_axis_view.h
index 9249a1fb72e350b4b3826dbc19ec0a5012c8ca33..59bb6c58eaac4227df7e182a7539e2f38808bb9d 100644 (file)
@@ -33,8 +33,7 @@
 #include "axis_view.h"
 #include "enums.h"
 #include "editing.h"
-
-namespace ArdourCanvas = Gnome::Canvas;
+#include "canvas.h"
 
 namespace ARDOUR {
        class Session;
@@ -230,7 +229,7 @@ class TimeAxisView : public virtual AxisView
          * Do anything that needs to be done to dynamically reset
         * the LHS control menu.
         */
-       virtual gint handle_display_menu_map_event (GdkEventAny *ev) { return FALSE; }
+       virtual bool handle_display_menu_map_event (GdkEventAny *ev) { return false; }
 
        /**
         * Build the standard LHS control size menu for the default TrackHeight options.