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:
parent
9c62eaf4f8
commit
c69d24fa7a
7 changed files with 934 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue