glx: Don't use 'new' as a function parameter name
authorIan Romanick <ian.d.romanick@intel.com>
Tue, 29 Nov 2011 01:47:59 +0000 (17:47 -0800)
committerIan Romanick <ian.d.romanick@intel.com>
Mon, 2 Jan 2012 20:41:45 +0000 (12:41 -0800)
commit8a4b36de05a133c1c9527836ca58bf8ebdf229bd
treeba269aae43de7d36647275fed2f4cd3a60efa8a4
parente6280c3ba9579bf01f8b82e19497ba8f142a8d09
glx: Don't use 'new' as a function parameter name

Using 'new' as a function parameter name prevents including
glxclient.h the unit tests (future patch) that use the Google C++
Testing Framework.

Signed-off-by: Ian Romanick <ian.d.romanick@intel.com>
src/glx/glxclient.h