diff options
author | José Fonseca <[email protected]> | 2012-03-11 10:47:23 +0000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2012-03-11 16:50:30 +0000 |
commit | 5ea18503e757ceeb9eba32a72fdf02b7bc710275 (patch) | |
tree | 834cd1d0c4d454b5b698d96b49c0d21fe98c20bf /src/mapi/glapi/gen/gl_API.xml | |
parent | 10d3b6500bc36c163bb13783848b201793d268d3 (diff) |
mapi/glapi: Fix glDebugMessageCallbackARB arg type to GLDEBUGPROCARB
Necessary to prevent type mismatches on MinGW.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/mapi/glapi/gen/gl_API.xml')
-rw-r--r-- | src/mapi/glapi/gen/gl_API.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index eb307194206..9f863561168 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -1106,6 +1106,8 @@ <type name="void" size="1"/> + <type name="DEBUGPROCARB" size="4" pointer="true"/> + <function name="NewList" offset="0"> <param name="list" type="GLuint"/> <param name="mode" type="GLenum"/> |