diff options
author | David Reveman <[email protected]> | 2006-04-11 12:19:06 +0000 |
---|---|---|
committer | David Reveman <[email protected]> | 2006-04-11 12:19:06 +0000 |
commit | ea2b71106178280903935f784de8abdabd1ab50f (patch) | |
tree | 09bb80c82f5fd66b6597af12118788a5b952edd9 /include | |
parent | c6f8ae1085c84cd3f9292019b8be12d8f6623426 (diff) |
Add attrib_list to glXBindTexImageEXT
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glx.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |