Roderick Colenbrander : wgl: None of the WGL_render_texture attribute values makes sense for GLX_X_RENDERABLE , so get rid of it.

Alexandre Julliard julliard at winehq.org
Fri Nov 13 09:37:07 CST 2009


Module: wine
Branch: master
Commit: a46bd4bc9ff2dc3d9ddf56706d9feea8e69dcc88
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=a46bd4bc9ff2dc3d9ddf56706d9feea8e69dcc88

Author: Roderick Colenbrander <thunderbird2k at gmail.com>
Date:   Fri Nov 13 12:24:10 2009 +0100

wgl: None of the WGL_render_texture attribute values makes sense for GLX_X_RENDERABLE, so get rid of it.

---

 dlls/winex11.drv/opengl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c
index 6171f9b..b680bb9 100644
--- a/dlls/winex11.drv/opengl.c
+++ b/dlls/winex11.drv/opengl.c
@@ -756,7 +756,6 @@ static int ConvertAttribWGLtoGLX(const int* iWGLAttr, int* oGLXAttr, Wine_GLPBuf
           ERR("trying to use WGL_render_texture Attributes without support (was %x)\n", iWGLAttr[cur]);
           return -1; /** error: don't support it */
         } else {
-          PUSH2(oGLXAttr, GLX_X_RENDERABLE, pop);
           drawattrib |= GLX_PBUFFER_BIT;
         }
       }




More information about the wine-cvs mailing list