summaryrefslogtreecommitdiffstats
path: root/libvo/gl_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r--libvo/gl_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h
index f2e07e7e8b..88a2507060 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -362,6 +362,7 @@ void glDisable3D(GL *gl, int type);
enum MPGLType {
GLTYPE_AUTO,
+ GLTYPE_COCOA,
GLTYPE_W32,
GLTYPE_X11,
GLTYPE_SDL,