aboutsummaryrefslogtreecommitdiff
path: root/src/sfwk-wpe.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sfwk-wpe.c')
-rw-r--r--src/sfwk-wpe.c4
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;