| @@ -62,13 +62,6 @@ | |||||
| #endif | #endif | ||||
| //============================================================================== | //============================================================================== | ||||
| #if JUCE_LINUX | |||||
| #define Font juce::Font | |||||
| #define KeyPress juce::KeyPress | |||||
| #define Drawable juce::Drawable | |||||
| #define Time juce::Time | |||||
| #endif | |||||
| #include "juce_VSTMidiEventList.h" | #include "juce_VSTMidiEventList.h" | ||||
| #if ! JUCE_WINDOWS | #if ! JUCE_WINDOWS | ||||
| @@ -1208,7 +1201,7 @@ public: | |||||
| return pluginWantsKeys; | return pluginWantsKeys; | ||||
| } | } | ||||
| bool keyPressed (const KeyPress&) | |||||
| bool keyPressed (const juce::KeyPress&) | |||||
| { | { | ||||
| return pluginWantsKeys; | return pluginWantsKeys; | ||||
| } | } | ||||
| @@ -54,6 +54,7 @@ | |||||
| #if JUCE_PLUGINHOST_VST && JUCE_LINUX | #if JUCE_PLUGINHOST_VST && JUCE_LINUX | ||||
| #include <X11/Xlib.h> | #include <X11/Xlib.h> | ||||
| #include <X11/Xutil.h> | |||||
| #endif | #endif | ||||
| //============================================================================== | //============================================================================== | ||||
| @@ -182,6 +182,7 @@ | |||||
| #include <sys/file.h> | #include <sys/file.h> | ||||
| #include <sys/prctl.h> | #include <sys/prctl.h> | ||||
| #include <signal.h> | #include <signal.h> | ||||
| #include <stddef.h> | |||||
| //============================================================================== | //============================================================================== | ||||
| #elif JUCE_ANDROID | #elif JUCE_ANDROID | ||||