From 20a0913dee26e604cb24f0437c4ff872b9d3cbed Mon Sep 17 00:00:00 2001 From: reimar Date: Thu, 11 Nov 2004 19:41:08 +0000 Subject: added missing declaration of releaseGlContext git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13922 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libvo/gl_common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libvo') 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 -- cgit v1.2.3