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

Linux: Added X11Symbols and WebKitSymbols singletons to dynamically load X11 and WebKit library functions at runtime

This commit is contained in:
ed 2019-09-05 16:45:30 +01:00
parent ffb7b0730d
commit fe61354c21
21 changed files with 1835 additions and 959 deletions

View file

@ -50,7 +50,7 @@
//==============================================================================
/** Config: JUCE_WEB_BROWSER
This lets you disable the WebBrowserComponent class (Mac and Windows).
This lets you disable the WebBrowserComponent class (Mac, Windows, and Linux).
If you're not using any embedded web-pages, turning this off may reduce your code size.
*/
#ifndef JUCE_WEB_BROWSER