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