diff options
Diffstat (limited to 'make/stub_includes')
-rw-r--r-- | make/stub_includes/opengl/GL/glxext.h | 4 |
1 files changed, 2 insertions, 2 deletions
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, |