summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-16 15:21:32 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-16 15:21:32 -0400
commit2a3dfb5e82880bacc6ddcfdb270902010a32d931 (patch)
tree5507cdb8c2cc9b096bd0755d882097010a71bbc8 /gtk2_ardour/engine_dialog.h
parent39ee88b3f9e73421690230cfd7e11aee9be8b7ec (diff)
various bits of polish for the latency tab of audio/midi setup dialog
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 98ddf2c1b3..52214c9bd6 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -75,13 +75,18 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
Gtk::ComboBoxText lm_output_channel_combo;
Gtk::ComboBoxText lm_input_channel_combo;
+ Gtk::Label lm_start_stop_label;
Gtk::ToggleButton lm_measure_button;
Gtk::Button lm_use_button;
Gtk::Label lm_title;
- Gtk::Label lm_preamble;
Gtk::Label lm_results;
Gtk::Table lm_table;
Gtk::VBox lm_vbox;
+ bool have_lm_results;
+
+ Gtk::Button* cancel_button;
+ Gtk::Button* ok_button;
+ Gtk::Button* apply_button;
/* JACK specific */