wgl: Fix a violation of the GLX specs in ConvertAttribWGLtoGLX.
commit521598560e95b4190367c9c09a45fcb559627150
authorRoderick Colenbrander <thunderbird2k@gmail.com>
Wed, 11 Nov 2009 15:27:43 +0000 (11 16:27 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 12 Nov 2009 12:09:11 +0000 (12 13:09 +0100)
tree8dd2d38ebf09c5bcbed17de1de98cf51e48382d2
parentf4a5294c89761d5836e5d4a6a889dcb0c768cb80
wgl: Fix a violation of the GLX specs in ConvertAttribWGLtoGLX.

Nvidia and Mesa ignore GLX_RENDER_TYPE when it is set to an invalid
value like 0 but AMD for instance doesn't, which is legal.
dlls/winex11.drv/opengl.c