aboutsummaryrefslogtreecommitdiff
path: root/src/gl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gl.c')
-rw-r--r--src/gl.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gl.c b/src/gl.c
index 6d2c0fe..d905eb0 100644
--- a/src/gl.c
+++ b/src/gl.c
@@ -131,6 +131,7 @@ static int mgl_gl_load_glx(mgl_gl *self) {
static int mgl_gl_load_egl(mgl_gl *self) {
const dlsym_assign required_dlsym[] = {
+ { (void**)&self->eglGetProcAddress, "eglGetProcAddress" },
{ (void**)&self->eglGetDisplay, "eglGetDisplay" },
{ (void**)&self->eglInitialize, "eglInitialize" },
{ (void**)&self->eglTerminate, "eglTerminate" },