summaryrefslogtreecommitdiff
path: root/gtk2_ardour/engine_dialog.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-09-16 18:47:30 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2013-09-16 18:47:30 -0400
commitcb31e34a5ca89bad4b73499de7caa6c31f79423f (patch)
tree53f33ca09c0693526cd3357f55085dbbef805c31 /gtk2_ardour/engine_dialog.h
parent2a3dfb5e82880bacc6ddcfdb270902010a32d931 (diff)
end latency detection if AMS window closed while running detection (plus some non-functioning changes to try to get spinbutton text entry to work
Diffstat (limited to 'gtk2_ardour/engine_dialog.h')
-rw-r--r--gtk2_ardour/engine_dialog.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk2_ardour/engine_dialog.h b/gtk2_ardour/engine_dialog.h
index 52214c9bd6..14724c8bfe 100644
--- a/gtk2_ardour/engine_dialog.h
+++ b/gtk2_ardour/engine_dialog.h
@@ -181,8 +181,11 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
sigc::connection latency_timeout;
void enable_latency_tab ();
void disable_latency_tab ();
+ void start_latency_detection ();
+ void end_latency_detection ();
void on_switch_page (GtkNotebookPage*, guint page_num);
+ bool on_delete_event (GdkEventAny*);
};
#endif /* __gtk2_ardour_engine_dialog_h__ */