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

Added support for embedding native X11 widgets (such as gtk_plug or QX11EmbedWidget) on linux

This commit is contained in:
hogliux 2017-03-28 14:26:20 +01:00
parent 9c62eaf4f8
commit c69d24fa7a
7 changed files with 934 additions and 22 deletions

View file

@ -123,6 +123,7 @@ namespace juce
//==============================================================================
#elif JUCE_LINUX
#include "native/juce_linux_XEmbedComponent.cpp"
#if JUCE_WEB_BROWSER
#include "native/juce_linux_X11_WebBrowserComponent.cpp"
#endif