correctly forward configure events to plugin windows, and cleanup FST code

git-svn-id: svn://localhost/ardour2/trunk@635 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2006-06-22 21:04:47 +00:00
parent 58c39d50b1
commit 2b5d095464
10 changed files with 248 additions and 247 deletions

View file

@ -103,12 +103,6 @@ handler (int sig)
shutdown (1);
}
static void
handler2 (int sig, siginfo_t* ctxt, void* ignored)
{
handler (sig);
}
static void *
signal_thread (void *arg)
{
@ -452,7 +446,7 @@ int main (int argc, char *argv[])
try {
engine = new ARDOUR::AudioEngine (jack_client_name);
ARDOUR::init (*engine, use_vst, try_hw_optimization, handler2);
ARDOUR::init (*engine, use_vst, try_hw_optimization);
ui->set_engine (*engine);
} catch (AudioEngine::NoBackendAvailable& err) {
gui_jack_error ();