# HG changeset patch # User reimar # Date 1100202068 0 # Node ID ae1dfa5bc2e1308390f72ae77a5aa5a368bf166c # Parent 4d4c6ac44d55b569952f42d2762b2b0a25b3787e added missing declaration of releaseGlContext diff -r 4d4c6ac44d55 -r ae1dfa5bc2e1 libvo/gl_common.h --- 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