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

Linux: Removed X11-specific code from LinuxComponentPeer

This commit is contained in:
ed 2019-09-05 15:37:14 +01:00
parent 1c1f74562f
commit 74ca3b44c4
17 changed files with 4904 additions and 4825 deletions

View file

@ -288,8 +288,6 @@ namespace juce
#include "mouse/juce_LassoComponent.h"
#if JUCE_LINUX
#include "native/juce_linux_X11.h"
#if JUCE_GUI_BASICS_INCLUDE_XHEADERS
// If you're missing these headers, you need to install the libx11-dev package
#include <X11/Xlib.h>
@ -332,7 +330,8 @@ namespace juce
#undef SIZEOF
#undef KeyPress
#include "native/juce_linux_X11Symbols.h"
#include "native/x11/juce_linux_XWindowSystem.h"
#include "native/x11/juce_linux_X11_Symbols.h"
#endif
#endif