summaryrefslogtreecommitdiffstats
path: root/video/out/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_common.h')
-rw-r--r--video/out/gl_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/video/out/gl_common.h b/video/out/gl_common.h
index 0df44c75ec..39cde380a4 100644
--- a/video/out/gl_common.h
+++ b/video/out/gl_common.h
@@ -275,6 +275,8 @@ struct GL {
void (GLAPIENTRY *DebugMessageCallback)(MP_GLDEBUGPROC callback,
const void *userParam);
+
+ void *(GLAPIENTRY *MPGetD3DInterface)(const char *name);
};
#endif /* MPLAYER_GL_COMMON_H */