Commit 60c60ece authored by Ken Thomases's avatar Ken Thomases Committed by Alexandre Julliard

winex11: Fix name of extension WGL_NV_render_texture_rectangle.

parent 26007056
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment