summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-09-16 22:13:39 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-09-16 22:13:39 +0000
commit1cd155a7287f662db0548a870d3b5de1a5f40969 (patch)
tree9f1cace9884595333cf227b1e8ca78b6924f9a30 /gtk2_ardour/engine_dialog.h
parent5cfbd2f7c0a2c87cd7db1eec1f164d696418ee3b (diff)
first part of NSD changes - if no interface has been identified previously, put the audio setup tab as the first tab of the NSD
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@5669 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 3a2138e4cc..c439719d75 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -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 ();