x11drv: Fix one case of "glXChooseFBConfig returns NULL" problem.
commitc04cbbfeae627cc20b55972df12f5dcc437ab10e
authorVitaliy Margolen <wine-patch@kievinfo.com>
Sun, 5 Mar 2006 05:27:11 +0000 (4 22:27 -0700)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 15 Mar 2006 10:29:07 +0000 (15 11:29 +0100)
tree441e2701a1c3b400e3f381c9a70bd19e62b5ce7b
parent883e0b0edc21d16da5eb2f6bf02d5a18ac31ce38
x11drv: Fix one case of "glXChooseFBConfig returns NULL" problem.

Using alpha bits > 8 makes this function fail, while it should not.
dlls/x11drv/opengl.c