http://bugs.winehq.org/show_bug.cgi?id=10080 --- Comment #68 from Mark Wagner <mark.wagner17(a)gte.net> 2009-11-14 19:37:21 --- Another in-source workaround, which doesn't require disabling pbuffers: change ConvertAttribWGLtoGLX() starting at line 737 to case WGL_SAMPLES_ARB: pop = iWGLAttr[++cur]; if(pop > 4) pop = 4; /* Hack: Request a 4x AA surface if 8x or higher is requested. */ PUSH2(oGLXAttr, GLX_SAMPLES_ARB, pop); TRACE("pAttr[%d] = GLX_SAMPLES_ARB: %x\n", cur, pop); break; -- 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.