Move initialization of server_support from __glXProcessServerString to
authorIan Romanick <idr@us.ibm.com>
Thu, 13 Jul 2006 15:27:37 +0000 (15:27 +0000)
committerIan Romanick <idr@us.ibm.com>
Thu, 13 Jul 2006 15:27:37 +0000 (15:27 +0000)
commit7ef4a07165d49e671f6f569ee87bfe893b1e7fcf
tree91bf26471c504057b651525dff39999f9ee17fa1
parent883f9891cb203dd087843b830ab058d6c9e160dc
Move initialization of server_support from __glXProcessServerString to
__glXCalcualteUsableExtensions.  By having both callers of
__glXProcessServerString initialize the bit-fields passed in, we guarantee
that the correct amount of data is initialized:

This fixes bugzilla #7353.
src/glx/x11/glxextensions.c