Browse Source

Fixed a typo in the previous commit

tags/2021-05-28
hogliux 8 years ago
parent
commit
abd04ad948
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp

+ 0
- 4
modules/juce_audio_plugin_client/VST/juce_VST_Wrapper.cpp View File

@@ -187,15 +187,11 @@ struct SharedMessageThread : public Thread
while ((! threadShouldExit()) && MessageManager::getInstance()->runDispatchLoopUntil (250)) while ((! threadShouldExit()) && MessageManager::getInstance()->runDispatchLoopUntil (250))
{} {}
if (hasEditor)
XWindowSystem::getInstance()->displayRef();
} }
juce_DeclareSingleton (SharedMessageThread, false) juce_DeclareSingleton (SharedMessageThread, false)
bool initialised = false; bool initialised = false;
bool hasEditor;
}; };
juce_ImplementSingleton (SharedMessageThread) juce_ImplementSingleton (SharedMessageThread)


Loading…
Cancel
Save