summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-11 19:41:08 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-11-11 19:41:08 +0000
commit20a0913dee26e604cb24f0437c4ff872b9d3cbed (patch)
treea305899cfd3e306be209bda062bb85cd0f08d94b /libvo
parent60fae69741d9e6d8d0566e0fba70251547338a77 (diff)
downloadmpv-20a0913dee26e604cb24f0437c4ff872b9d3cbed.tar.bz2
mpv-20a0913dee26e604cb24f0437c4ff872b9d3cbed.tar.xz
added missing declaration of releaseGlContext
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13922 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-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