diff options
| author | Arslaan Pathan <[email protected]> | 2026-05-07 08:53:51 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-05-07 08:53:51 +1200 |
| commit | 04be60da025135501010de0f50a08ff8f60e3cd5 (patch) | |
| tree | ac5467eafe27506ecdc40c076e68b1b9556555aa /include | |
| parent | e6a1e69bea00fc808ae71709abc4e6a4b8f33b3b (diff) | |
| download | saffronwebkit-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.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; |
