[Bug 10184] Wine unable to use Mac OS X OpenGL

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 26 07:02:46 CST 2008


http://bugs.winehq.org/show_bug.cgi?id=10184





--- Comment #30 from Roderick Colenbrander <thunderbird2k at gmx.net>  2008-02-26 07:02:45 ---
Second I believe that apple doesn't advertise GLX_SGIX_fbconfig which wine
needs. You should force that check to pass inside dlls/winex11.drv/opengl.c
E.g.:
    } else if(glxRequireExtension("GLX_SGIX_fbconfig")) {
->
    } else if(1 || glxRequireExtension("GLX_SGIX_fbconfig")) {


-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list