From 60c60ece8065bc4114d5d048ee114dfe0999434b Mon Sep 17 00:00:00 2001 From: Ken Thomases Date: Sat, 20 Oct 2012 02:04:58 -0500 Subject: [PATCH] winex11: Fix name of extension WGL_NV_render_texture_rectangle. --- dlls/winex11.drv/opengl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/winex11.drv/opengl.c b/dlls/winex11.drv/opengl.c index cf99876af4f..7c30ce0a3ef 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 */