Added new build option wxUSE_WEBVIEW_EDGE

This commit is contained in:
Tobias Taschner 2020-01-09 13:19:51 +01:00
parent 095a93e0c0
commit 1afeaa324d
No known key found for this signature in database
GPG key ID: AE6ECD71294F87FD
10 changed files with 54 additions and 0 deletions

View file

@ -759,6 +759,13 @@
#define wxUSE_WEBVIEW_IE 0
#endif
// Use the Edge (Chromium) wxWebView backend (Requires WebView2 SDK)
//
// Default is 0
//
// Recommended setting: 1 when building for Windows with WebView2 SDK
#define wxUSE_WEBVIEW_EDGE 0
// Use the WebKit wxWebView backend
//
// Default is 1 on GTK and OSX