winex11: Fix name of extension WGL_NV_render_texture_rectangle.

oldstable
Ken Thomases 2012-10-20 02:04:58 -05:00 committed by Alexandre Julliard
parent 2600705695
commit 60c60ece80
1 changed files with 1 additions and 1 deletions

View File

@ -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 */