added missing declaration of releaseGlContext

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13922 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2004-11-11 19:41:08 +00:00
parent 60fae69741
commit 20a0913dee
1 changed files with 1 additions and 0 deletions

View File

@ -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