From b7d9478f36bde0f7b27321378c1bb799fdd4eaa1 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 26 Jun 2013 11:10:48 -0600 Subject: mesa: add const qualifier to glMultiDrawElementsEXT() indices param The 20130624 version of glext.h changed this to match the glMultiDrawElements() function which already had the extra const qualifier. Fixes warnings/errors that seem to vary from one compiler to the next. Reviewed-by: Jose Fonseca --- src/mapi/glapi/gen/gl_API.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapi') diff --git a/src/mapi/glapi/gen/gl_API.xml b/src/mapi/glapi/gen/gl_API.xml index f7257978f21..a066fe2d112 100644 --- a/src/mapi/glapi/gen/gl_API.xml +++ b/src/mapi/glapi/gen/gl_API.xml @@ -10168,7 +10168,7 @@ - + -- cgit v1.2.3