http://bugs.winehq.org/show_bug.cgi?id=6205
------- Additional Comments From xerox_xerox2000@yahoo.co.uk 2006-15-09 12:02 ------- ok, the patch fixes the directX app, Bubbles.exe but not SeriousSam. The last one is fixed by ,as Roderick said, switching the statements in the statement: if ((!WineGLInfo.glxDirect && !strcmp("1.2", WineGLInfo.glxServerVersion)) || (WineGLInfo.glxDirect && !strcmp("1.2", WineGLInfo.glxClientVersion)))
will test if this works for other apps as well. Thanks