changed IOSelector treeview color behaviour. Greyed out when unselected, black bg...
[ardour.git] / gtk2_ardour / marker_view.h
index a3e7dc3feac2d81cffa63276dfc80fd1a9113312..04b85876495316e79cb30542c4a12c7e3c2f63e5 100644 (file)
 #define __gtk_ardour_marker_view_h__
 
 #include <string>
-#include <gtkmm.h>
 #include "time_axis_view_item.h"
 
 #include "canvas.h"
 
+namespace Gdk {
+       class Color;
+}
+
 class MarkerTimeAxisView ;
 class ImageFrameView ;
 
@@ -62,8 +65,8 @@ class MarkerView : public TimeAxisViewItem
                        Gdk::Color& base_color,
                        std::string mark_type,
                        std::string mark_id,
-                       jack_nframes_t start,
-                       jack_nframes_t duration) ;
+                       nframes_t start,
+                       nframes_t duration) ;
 
                /**
                 * Destructor