mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-08 20:40:11 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user