1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

VST3 Client: Properly notify host about added/removed event loop FDs

This commit is contained in:
reuk 2022-03-14 21:50:05 +00:00
parent 7815d2007b
commit c91514f57f
No known key found for this signature in database
GPG key ID: 9ADCD339CFC98A11
4 changed files with 287 additions and 161 deletions

View file

@ -87,6 +87,7 @@
#endif
#elif JUCE_LINUX || JUCE_BSD
#include "native/juce_linux_EventLoopInternal.h"
#include "native/juce_linux_Messaging.cpp"
#elif JUCE_ANDROID