aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorArslaan Pathan <[email protected]>2026-05-07 08:53:51 +1200
committerArslaan Pathan <[email protected]>2026-05-07 08:53:51 +1200
commit04be60da025135501010de0f50a08ff8f60e3cd5 (patch)
treeac5467eafe27506ecdc40c076e68b1b9556555aa /include
parente6a1e69bea00fc808ae71709abc4e6a4b8f33b3b (diff)
downloadsaffronwebkit-04be60da025135501010de0f50a08ff8f60e3cd5.tar.xz
saffronwebkit-04be60da025135501010de0f50a08ff8f60e3cd5.zip
Make it work on Wayland
IT RUNSSSSSSSSSSSSSSS!!! FUCK WAYLAND that was so shit to do, im switching to XLibre
Diffstat (limited to 'include')
-rw-r--r--include/saffronwebkit.h4
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;