summaryrefslogtreecommitdiffstats
path: root/video/out/opengl/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl/common.h')
-rw-r--r--video/out/opengl/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/video/out/opengl/common.h b/video/out/opengl/common.h
index 0e3566d689..a7dfb65be1 100644
--- a/video/out/opengl/common.h
+++ b/video/out/opengl/common.h
@@ -115,6 +115,10 @@ typedef struct MPGLContext {
// Bit size of each component in the created framebuffer. 0 if unknown.
int depth_r, depth_g, depth_b;
+ // For hwdec_vaegl.c.
+ const char *native_display_type;
+ void *native_display;
+
// For free use by the mpgl_driver.
void *priv;