diff options
author | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-11-11 19:41:08 +0000 |
---|---|---|
committer | reimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-11-11 19:41:08 +0000 |
commit | 20a0913dee26e604cb24f0437c4ff872b9d3cbed (patch) | |
tree | a305899cfd3e306be209bda062bb85cd0f08d94b /libvo | |
parent | 60fae69741d9e6d8d0566e0fba70251547338a77 (diff) |
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.h | 1 |
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 |