summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/context_rpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/context_rpi.h')
-rw-r--r--video/out/opengl/context_rpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/video/out/opengl/context_rpi.h b/video/out/opengl/context_rpi.h
index c2c6dd0dc4..60bd9c72d2 100644
--- a/video/out/opengl/context_rpi.h
+++ b/video/out/opengl/context_rpi.h
@@ -9,6 +9,7 @@ struct mp_egl_rpi {
struct mp_log *log;
struct GL *gl;
EGLDisplay egl_display;
+ EGLConfig egl_config;
EGLContext egl_context;
EGLSurface egl_surface;
// yep, the API keeps a pointer to it