From: David Reveman Date: Tue, 11 Apr 2006 12:19:06 +0000 (+0000) Subject: Add attrib_list to glXBindTexImageEXT X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea2b71106178280903935f784de8abdabd1ab50f;p=mesa.git Add attrib_list to glXBindTexImageEXT --- diff --git a/include/GL/glx.h b/include/GL/glx.h index 1f5d778e34b..f4cc50b90f4 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 */