Strip out everything related to XEmbed

We'll just go with the same workaroud LinVST uses isntead. It's not as
pretty but it does work a lot better.
This commit is contained in:
Robbert van der Helm
2020-04-11 14:06:47 +02:00
parent 5994506d53
commit c2e62b30ca
3 changed files with 32 additions and 127 deletions
+2 -2
View File
@@ -241,8 +241,8 @@ intptr_t PluginBridge::dispatch_wrapper(AEffect* plugin,
const auto x11_handle = reinterpret_cast<size_t>(data);
const auto win32_handle = editor.open(plugin, x11_handle);
// The actual XEmbed handling is done after the host's window has
// been set to the correct size, in `Editor::handle_events()`
// The created Win32 window has already been reparented to the host
// provided window
return plugin->dispatcher(plugin, opcode, index, value,
win32_handle, option);
} break;