Gnome::Canvas -> ArdourCanvas and some other small fixes
[ardour.git] / gtk2_ardour / imageframe_view.h
index 87bbba4a74997d9f226e2cb09467a71bd7b12273..d6f436d744fb84adb0e08b33bf3c90a36445f596 100644 (file)
@@ -60,11 +60,11 @@ class ImageFrameView : public TimeAxisViewItem
                 * @param num_channels the number of color channels within rgb_data
                 */
                ImageFrameView(std::string item_id,
-                       GnomeCanvasGroup *parent,
+                        ArdourCanvas::Group *parent,
                        ImageFrameTimeAxis *tv,
                        ImageFrameTimeAxisGroup* group,
                        double spu,
-                       GdkColor& base_color,
+                       Gdk::Color& base_color,
                        jack_nframes_t start,
                        jack_nframes_t duration,
                        unsigned char* rgb_data,