diff libvo/gl_common.h @ 13921:ae1dfa5bc2e1

added missing declaration of releaseGlContext
author reimar
date Thu, 11 Nov 2004 19:41:08 +0000
parents 3f28d2a56758
children c4033dcb986f
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