Move X11 event tracing behind +editor debug flag

This commit is contained in:
Robbert van der Helm
2021-07-20 03:15:39 +02:00
parent a1cb3b614b
commit 22be79aa0d
4 changed files with 63 additions and 32 deletions
+2 -1
View File
@@ -719,7 +719,8 @@ intptr_t Vst2Bridge::dispatch_wrapper(AEffect* plugin,
const auto x11_handle = reinterpret_cast<size_t>(data);
Editor& editor_instance = editor.emplace(
main_context, config, x11_handle, [plugin = this->plugin]() {
main_context, config, generic_logger, x11_handle,
[plugin = this->plugin]() {
plugin->dispatcher(plugin, effEditIdle, 0, 0, nullptr, 0.0);
});
const intptr_t result =