From c60d8cf747421fc3acbba1719c7d913ab548ccdf Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 16 Jan 2019 15:29:25 -0600 Subject: (libs) call ARDOUR::init_post_engine() from within libardour rather than requiring "users" of the library to arrange for it --- gtk2_ardour/ardour_ui.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gtk2_ardour/ardour_ui.h') diff --git a/gtk2_ardour/ardour_ui.h b/gtk2_ardour/ardour_ui.h index d5fa18da73..db6b30fd60 100644 --- a/gtk2_ardour/ardour_ui.h +++ b/gtk2_ardour/ardour_ui.h @@ -400,7 +400,6 @@ private: bool _was_dirty; bool _mixer_on_top; bool _initial_verbose_plugin_scan; - bool first_time_engine_run; void hide_tabbable (ArdourWidgets::Tabbable*); void detach_tabbable (ArdourWidgets::Tabbable*); @@ -439,7 +438,7 @@ private: void engine_halted (const char* reason, bool free_reason); void engine_stopped (); - void engine_running (); + void engine_running (uint32_t cnt); void use_config (); -- cgit v1.2.3