From 04be60da025135501010de0f50a08ff8f60e3cd5 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Thu, 7 May 2026 08:53:51 +1200 Subject: Make it work on Wayland IT RUNSSSSSSSSSSSSSSS!!! FUCK WAYLAND that was so shit to do, im switching to XLibre --- include/saffronwebkit.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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; -- cgit v1.2.3