summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/errors.h
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2013-07-08 09:22:48 -0600
committerBrian Paul <brianp@vmware.com>2013-07-12 08:32:51 -0600
commitcb2de08f27311166a44c379532a502c0b1b862d0 (patch)
tree21bafa3812f4b84fcc3e05ca7f59dc026cf5cff5 /src/mesa/main/errors.h
parent5749aea255446b850a1b56f944a062358e5c70dd (diff)
downloadexternal_mesa3d-cb2de08f27311166a44c379532a502c0b1b862d0.zip
external_mesa3d-cb2de08f27311166a44c379532a502c0b1b862d0.tar.gz
external_mesa3d-cb2de08f27311166a44c379532a502c0b1b862d0.tar.bz2
mesa: update glext.h to version 20130708
This update fixes the problem with duplicated typedefs for GLclampf and GLclampd in the previous version. It also changes some parameter types for glDebugMessageCallbackARB() and glTransformFeedbackVaryingsEXT(). Note we should someday update the glapi-gen code so that it understands void pointer parameters. Currently, the Python code only understands "GLvoid *" but not "void *". Luckily, the compilers don't seem to complain about mixing GLvoid and void.
Diffstat (limited to 'src/mesa/main/errors.h')
-rw-r--r--src/mesa/main/errors.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/errors.h b/src/mesa/main/errors.h
index 4b376fb..5b4f36f 100644
--- a/src/mesa/main/errors.h
+++ b/src/mesa/main/errors.h
@@ -101,7 +101,7 @@ _mesa_DebugMessageControlARB(GLenum source, GLenum type, GLenum severity,
GLboolean enabled);
void GLAPIENTRY
_mesa_DebugMessageCallbackARB(GLDEBUGPROCARB callback,
- GLvoid *userParam);
+ const void *userParam);
#ifdef __cplusplus
}