summaryrefslogtreecommitdiff
path: root/include/GL/glx.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/GL/glx.h')
-rw-r--r--include/GL/glx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h
index 1f5d778e34..f4cc50b90f 100644
--- a/include/GL/glx.h
+++ b/include/GL/glx.h
@@ -425,7 +425,7 @@ typedef int (*PFNGLXGETSWAPINTERVALMESAPROC)(void);
/* XXX need enums/tokens! */
-extern Bool glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer);
+extern Bool glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list);
extern Bool glXReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer);
#endif /* GLX_EXT_texture_from_pixmap */