glapi: add const qualifier to glShaderSourceARB() parameter
authorBrian Paul <brianp@vmware.com>
Wed, 27 Jun 2012 16:23:54 +0000 (10:23 -0600)
committerBrian Paul <brianp@vmware.com>
Wed, 27 Jun 2012 21:37:10 +0000 (15:37 -0600)
commit827bdee7d1ec29ce07f35780f7d2262f2fa0acf4
tree6812ec966ca60410dd59a85d88466de8552c7322
parent3588098ed85bbd6bacac5a8dd3774569f1314783
glapi: add const qualifier to glShaderSourceARB() parameter

Fixes the es2 build with gcc.

Note: in glext.h the prototypes for glShaderSource() and glShaderSourceARB()
disagree:  only the former has the extra const qualifier.

Reviewed-by: José Fonseca <jfonseca@vmware.com>
src/mapi/glapi/gen/gl_API.xml
src/mesa/main/APIspec.xml