[Wine] Re: Problems with pbuffers

Thunderbird wineforum-user at winehq.org
Fri Jun 5 11:35:06 CDT 2009


The pbuffer check is done in dlls/winex11.drv/opengl.c:
    if ( (glxRequireVersion(3) && glxRequireExtension("GLX_SGIX_pbuffer")) || glxRequireExtension("GLX_ATI_render_texture"))
        register_extension(&WGL_ARB_pbuffer);

Just make that if-statement return true or just remove the if-statement. That should do the job.







More information about the wine-users mailing list