GUI options to select FLAC as media format
[ardour.git] / gtk2_ardour / vst_plugin_ui.h
index 5c8df726c7ef8f0f9f3a0b54aae261ded5208602..ac35a1768824080f72e0bef1eb17e713127fa32b 100644 (file)
@@ -48,6 +48,9 @@ protected:
 
        boost::shared_ptr<ARDOUR::VSTPlugin> _vst;
        Gtk::Socket _socket;
+       virtual void top_box_allocated (Gtk::Allocation&) {}
+
+       bool dispatch_effeditkey (GdkEventKey*);
 
 private: