Ken Thomases : winex11: Fix name of extension WGL_NV_render_texture_rectangle.

Alexandre Julliard julliard at winehq.org
Mon Oct 22 13:42:44 CDT 2012


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

Author: Ken Thomases <ken at codeweavers.com>
Date:   Sat Oct 20 02:04:58 2012 -0500

winex11: Fix name of extension WGL_NV_render_texture_rectangle.

---

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

diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c
index cf99876..7c30ce0 100644
--- a/dlls/winex11.drv/opengl.c
+++ b/dlls/winex11.drv/opengl.c
@@ -3011,7 +3011,7 @@ static void X11DRV_WineGL_LoadExtensions(void)
 
         /* Again there's no GLX equivalent for this extension, so depend on the required GL extension */
         if (has_extension(WineGLInfo.glExtensions, "GL_NV_texture_rectangle"))
-            register_extension("WGL_NV_texture_rectangle");
+            register_extension("WGL_NV_render_texture_rectangle");
     }
 
     /* EXT Extensions */




More information about the wine-cvs mailing list