mechanism to allow Track (or other Route-derived type) to add its own processors...
[ardour.git] / gtk2_ardour / processor_box.h
index 34fac115ca6951cfd856c1f1d9a989fe3b42f3e8..400b9fafc9da2c8febf9ee331d3865f4d09bfb83 100644 (file)
@@ -255,6 +255,8 @@ private:
                bool on_button_press_event (GdkEventButton *ev);
                void update_height_alloc (uint32_t inline_height);
 
+               void display_frame (cairo_t* cr, double w, double h);
+
                ProcessorEntry& _entry;
                bool _scroll;
        };