glapi/glx: rename 'table' variable to 'disp_table'
authorBrian Paul <brianp@vmware.com>
Thu, 6 Sep 2012 14:16:56 +0000 (08:16 -0600)
committerAndreas Boll <andreas.boll.dev@gmail.com>
Wed, 12 Sep 2012 08:22:03 +0000 (10:22 +0200)
commit8b8416676e959d2ef4ade0d52aa7792641a5ed6c
tree57b03a4c3c696721fd493c2ff9fe96a0cbb222f6
parent6e9baa85a95495e9343ca899a808d264076d67f8
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>
(cherry picked from commit 043f66204b1a190e18747c3befa8826c82dd87a7)
src/mapi/glapi/gen/glX_proto_send.py