first part of NSD changes - if no interface has been identified previously, put the...
[ardour.git] / gtk2_ardour / engine_dialog.h
index 3a2138e4cc998e2ec782bd2cf04884eb4a6ee3e8..c439719d752f298b6cec2ed1933973ae51130773 100644 (file)
@@ -24,6 +24,7 @@ class EngineControl : public Gtk::VBox {
        int setup_engine ();
        void discover_servers ();
 
+       bool interface_chosen () const { return _interface_chosen; }
        bool was_used() const { return _used; }
        XMLNode& get_state ();
        void set_state (const XMLNode&);
@@ -77,6 +78,7 @@ class EngineControl : public Gtk::VBox {
        Gtk::Notebook notebook;
        
        bool _used;
+       bool _interface_chosen;
 
        void realtime_changed ();
        void driver_changed ();