update ALSA backend, MIDI device config
[ardour.git] / gtk2_ardour / vst_plugin_ui.h
index 9ab38fe446cad58856c14e1d7d0599cee21a196b..73391869756407270821a173e72bc6a72000467a 100644 (file)
@@ -35,6 +35,9 @@ public:
        virtual int get_preferred_height ();
        virtual int get_preferred_width ();
 
+       bool on_window_show (const std::string& title);
+       void on_window_hide();
+
        virtual int package (Gtk::Window &);
 
        bool non_gtk_gui () const { return true; }