From 74e2850066ac74b17a56f550b97945ae59ecb08b Mon Sep 17 00:00:00 2001 From: ikits Date: Thu, 27 Dec 2007 19:28:47 +0000 Subject: [PATCH] bug fix git-svn-id: https://glew.svn.sourceforge.net/svnroot/glew/trunk/glew@516 783a27ee-832a-0410-bc00-9f386506c6dd --- auto/src/glxew_head.h | 2 +- doc/log.html | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/auto/src/glxew_head.h b/auto/src/glxew_head.h index 88632e5..96345fe 100644 --- a/auto/src/glxew_head.h +++ b/auto/src/glxew_head.h @@ -69,7 +69,7 @@ extern void glXDestroyGLXPixmap (Display *dpy, GLXPixmap pix); extern GLXContext glXCreateContext (Display *dpy, XVisualInfo *vis, GLXContext shareList, Bool direct); extern void glXDestroyContext (Display *dpy, GLXContext ctx); extern Bool glXIsDirect (Display *dpy, GLXContext ctx); -extern void glXCopyContext (Display *dpy, GLXContext src, GLXContext dst, GLuint mask); +extern void glXCopyContext (Display *dpy, GLXContext src, GLXContext dst, GLulong mask); extern Bool glXMakeCurrent (Display *dpy, GLXDrawable drawable, GLXContext ctx); extern GLXContext glXGetCurrentContext (void); extern GLXDrawable glXGetCurrentDrawable (void); diff --git a/doc/log.html b/doc/log.html index c0f3201..fb60e47 100644 --- a/doc/log.html +++ b/doc/log.html @@ -71,6 +71,31 @@ width="88" height="32" border="0" alt="Support This Project">

Change Log


+
+