X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=gtk2_ardour%2Fvst_plugin_ui.h;h=6337cd13e5a019ce7f97478d841c3c2353670915;hb=ae0dcdc0c5d13483271065c360e378202d20170a;hp=73391869756407270821a173e72bc6a72000467a;hpb=8c9749e42faf7808034ed8b7afce4a2fe6dc6f33;p=ardour.git diff --git a/gtk2_ardour/vst_plugin_ui.h b/gtk2_ardour/vst_plugin_ui.h index 7339186975..6337cd13e5 100644 --- a/gtk2_ardour/vst_plugin_ui.h +++ b/gtk2_ardour/vst_plugin_ui.h @@ -41,18 +41,19 @@ public: virtual int package (Gtk::Window &); bool non_gtk_gui () const { return true; } - + protected: virtual int get_XID () = 0; - + boost::shared_ptr _vst; Gtk::Socket _socket; + virtual void top_box_allocated (Gtk::Allocation&) {} private: bool configure_handler (GdkEventConfigure *); - void preset_selected (); + void preset_selected (ARDOUR::Plugin::PresetRecord preset); }; #endif