From ea2b71106178280903935f784de8abdabd1ab50f Mon Sep 17 00:00:00 2001 From: David Reveman Date: Tue, 11 Apr 2006 12:19:06 +0000 Subject: Add attrib_list to glXBindTexImageEXT --- include/GL/glx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/GL') 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 */ -- cgit v1.2.3