| @@ -32,6 +32,7 @@ | |||||
| #include "../utility/juce_IncludeSystemHeaders.h" | #include "../utility/juce_IncludeSystemHeaders.h" | ||||
| #include "../utility/juce_IncludeModuleHeaders.h" | #include "../utility/juce_IncludeModuleHeaders.h" | ||||
| #include "../utility/juce_WindowsHooks.h" | #include "../utility/juce_WindowsHooks.h" | ||||
| #include "../utility/juce_FakeMouseMoveGenerator.h" | |||||
| #ifdef __clang__ | #ifdef __clang__ | ||||
| #pragma clang diagnostic push | #pragma clang diagnostic push | ||||
| @@ -469,6 +470,8 @@ namespace AAXClasses | |||||
| setBounds (pluginEditor->getLocalBounds()); | setBounds (pluginEditor->getLocalBounds()); | ||||
| pluginEditor->addMouseListener (this, true); | pluginEditor->addMouseListener (this, true); | ||||
| } | } | ||||
| ignoreUnused (fakeMouseGenerator); | |||||
| } | } | ||||
| ~ContentWrapperComponent() | ~ContentWrapperComponent() | ||||
| @@ -526,6 +529,7 @@ namespace AAXClasses | |||||
| #if JUCE_WINDOWS | #if JUCE_WINDOWS | ||||
| WindowsHooks hooks; | WindowsHooks hooks; | ||||
| #endif | #endif | ||||
| FakeMouseMoveGenerator fakeMouseGenerator; | |||||
| JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ContentWrapperComponent) | JUCE_DECLARE_NON_COPYABLE_WITH_LEAK_DETECTOR (ContentWrapperComponent) | ||||
| }; | }; | ||||