summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2007-08-17 16:48:49 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2007-08-17 16:48:49 +0000
commit8614e6b6b61ef036020af06e13f904638ede3410 (patch)
tree961763407d0771d0c07e814a9723893d67248b51 /gtk2_ardour/engine_dialog.h
parentf5d5974b9807f169f0555537fe3a95e3cc60693b (diff)
changes to niceify the audio setup dialog on OS X, plus that fix for brand new GTK+
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@2322 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 e3623d2d76..12820f5623 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -72,6 +72,8 @@ class EngineControl : public Gtk::VBox {
Gtk::Table options_packer;
Gtk::Table device_packer;
Gtk::HBox basic_hbox;
+ Gtk::HBox options_hbox;
+ Gtk::HBox device_hbox;
Gtk::Notebook notebook;
bool _used;