diff options
author | Adam Jackson <[email protected]> | 2006-05-01 22:25:18 +0000 |
---|---|---|
committer | Adam Jackson <[email protected]> | 2006-05-01 22:25:18 +0000 |
commit | 015762455764e3b467f0df769d51d0ed0ea3ee2c (patch) | |
tree | 832cd61acd1d5ec15f80065b631c7fcd5eb37306 /include | |
parent | ae7f22f1ef53c79c8b27792a93a44b28271185d4 (diff) |
Update function signatures for EXT_tfp entrypoints.
Diffstat (limited to 'include')
-rw-r--r-- | include/GL/glx.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/GL/glx.h b/include/GL/glx.h index f4cc50b90f4..165d105b882 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -425,8 +425,8 @@ typedef int (*PFNGLXGETSWAPINTERVALMESAPROC)(void); /* XXX need enums/tokens! */ -extern Bool glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list); -extern Bool glXReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer); +extern void glXBindTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer, const int *attrib_list); +extern void glXReleaseTexImageEXT(Display *dpy, GLXDrawable drawable, int buffer); #endif /* GLX_EXT_texture_from_pixmap */ |