Browse Source

Misc

tags/1.9.4
falkTX 10 years ago
parent
commit
b9737d3838
1 changed files with 8 additions and 0 deletions
  1. +8
    -0
      source/backend/plugin/JucePlugin.cpp

+ 8
- 0
source/backend/plugin/JucePlugin.cpp View File

@@ -226,6 +226,10 @@ public:
{
CARLA_SAFE_ASSERT_RETURN(fInstance != nullptr,);

#ifdef CARLA_OS_LINUX
const MessageManagerLock mmLock;
#endif

if (yesNo)
{
if (fWindow == nullptr)
@@ -676,6 +680,10 @@ public:
return false;
}

#ifdef CARLA_OS_LINUX
const MessageManagerLock mmLock;
#endif

// ---------------------------------------------------------------
// fix path for wine usage



Loading…
Cancel
Save