diff options
| author | Arslaan Pathan <[email protected]> | 2026-05-11 10:59:20 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-05-11 10:59:20 +1200 |
| commit | 2bb9744b9e9f6f5328f809de73f0e1680a0ba7e8 (patch) | |
| tree | 6e4d2a1e44d661aee060d806807a4635b5281c34 /src | |
| parent | 04be60da025135501010de0f50a08ff8f60e3cd5 (diff) | |
| download | saffronwebkit-2bb9744b9e9f6f5328f809de73f0e1680a0ba7e8.tar.xz saffronwebkit-2bb9744b9e9f6f5328f809de73f0e1680a0ba7e8.zip | |
actually license stuff properly (sorry adrian perez) and do some other stuff
Diffstat (limited to 'src')
| -rw-r--r-- | src/sfwk-wpe.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/sfwk-wpe.c b/src/sfwk-wpe.c index 1d374b3..ee6281e 100644 --- a/src/sfwk-wpe.c +++ b/src/sfwk-wpe.c @@ -20,6 +20,10 @@ #include <sys/types.h> #include <unistd.h> +// dont do this +// TODO make this not use globals +// if one were to make another webview in another window, they're f**ked +// completely f**ked static EGLContext saved_egl_context = EGL_NO_CONTEXT; static EGLDisplay saved_egl_display = EGL_NO_DISPLAY; |
