From 08714fda2da9266f03a566d1a5a951e3ce3cd240 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sat, 2 Dec 2006 02:02:08 +0000 Subject: Fixed typo in NVidia GeForce 8 extensions in glxext.h (glXReleaseTextImageEXT should be glXReleaseTexImageEXT) reported by user bleb on javagaming.org forums; reported to NVidia git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@1011 232f8b59-042b-4e1e-8c03-345bb8c30851 --- make/stub_includes/opengl/GL/glxext.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/stub_includes') diff --git a/make/stub_includes/opengl/GL/glxext.h b/make/stub_includes/opengl/GL/glxext.h index 301f04b1a..5876fcc42 100644 --- a/make/stub_includes/opengl/GL/glxext.h +++ b/make/stub_includes/opengl/GL/glxext.h @@ -923,8 +923,8 @@ typedef int ( * PFNGLXGETVIDEOINFONVPROC) (Display *dpy, int screen, #ifdef GLX_GLXEXT_PROTOTYPES extern void glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list); -extern void glXReleaseTextImageEXT(Display *dpy, GLXDrawable drawable, - int buffer); +extern void glXReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, + int buffer); #endif typedef void ( * PFNGLXBINDTEXIMAGEEXTPROC) (Display *dpy, GLXDrawable drawable, -- cgit v1.2.3