glapi/glx: rename 'table' variable to 'disp_table'
authorBrian Paul <brianp@vmware.com>
Thu, 6 Sep 2012 14:16:56 +0000 (08:16 -0600)
committerBrian Paul <brianp@vmware.com>
Fri, 7 Sep 2012 00:58:49 +0000 (18:58 -0600)
commit043f66204b1a190e18747c3befa8826c82dd87a7
tree6be9d0cf70d702d75f62168b39ab8afa9764b79a
parent14f55869a4f9d54442aa4e10089ba1e5ec211b37
glapi/glx: rename 'table' variable to 'disp_table'

This fixes an issue where the local 'table' variable was hiding the
function parameter name in glGetColorTable(..., void *table).

This should be OK as long as there's never a GL entrypoint that uses
'disp_table' as a parameter name.

Note: This is a candidate for the 9.0 branch.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/mapi/glapi/gen/glX_proto_send.py