changeset 13921:ae1dfa5bc2e1

added missing declaration of releaseGlContext
author reimar
date Thu, 11 Nov 2004 19:41:08 +0000
parents 4d4c6ac44d55
children 3464287970af
files libvo/gl_common.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libvo/gl_common.h	Thu Nov 11 19:39:23 2004 +0000
+++ b/libvo/gl_common.h	Thu Nov 11 19:41:08 2004 +0000
@@ -24,6 +24,7 @@
 
 #ifndef GL_WIN32
 int setGlWindow(XVisualInfo **vinfo, GLXContext *context, Window win);
+void releaseGlContext(XVisualInfo **vinfo, GLXContext *context);
 #endif
 
 #endif