[MPlayer-cvslog] CVS: main/libvo gl_common.h,1.2,1.3
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Thu Nov 11 20:41:10 CET 2004
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv29155
Modified Files:
gl_common.h
Log Message:
added missing declaration of releaseGlContext
Index: gl_common.h
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/gl_common.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gl_common.h 1 Nov 2004 20:24:37 -0000 1.2
+++ gl_common.h 11 Nov 2004 19:41:08 -0000 1.3
@@ -24,6 +24,7 @@
#ifndef GL_WIN32
int setGlWindow(XVisualInfo **vinfo, GLXContext *context, Window win);
+void releaseGlContext(XVisualInfo **vinfo, GLXContext *context);
#endif
#endif
More information about the MPlayer-cvslog
mailing list