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 7760e319ab..944f500cd3 100644
--- a/libvo/gl_common.h
+++ b/libvo/gl_common.h
@@ -24,6 +24,7 @@ void glAdjustAlignment(int stride);
#ifndef GL_WIN32
int setGlWindow(XVisualInfo **vinfo, GLXContext *context, Window win);
+void releaseGlContext(XVisualInfo **vinfo, GLXContext *context);
#endif
#endif