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


+
+