Handle X11 events within the Win32 event loop

This unifies event handling and it allows X11 events to still be
processed even when the event loop is blocked.
This commit is contained in:
Robbert van der Helm
2021-07-31 15:19:44 +02:00
parent d01833c458
commit c98a9519fe
11 changed files with 49 additions and 78 deletions
-2
View File
@@ -290,8 +290,6 @@ class Vst3Bridge : public HostBridge {
*/
void run() override;
void handle_x11_events() noexcept override;
/**
* If the plugin instance has an editor, resize the wrapper window to match
* the new size. This is called from `IPlugFrame::resizeView()` to make sure