diff options
Diffstat (limited to 'include/saffronwebkit.h')
| -rw-r--r-- | include/saffronwebkit.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/saffronwebkit.h b/include/saffronwebkit.h index 73cf22c..3b6a64c 100644 --- a/include/saffronwebkit.h +++ b/include/saffronwebkit.h @@ -57,6 +57,10 @@ typedef struct { WPEView* wpeview; WebKitWebView* wkwebview; gboolean initialized; + + EGLDisplay egl_display; + EGLContext egl_context; + EGLSurface egl_dummy_surface; } wpe; SDL_Renderer* renderer; |
