diff options
author | Ian Romanick <[email protected]> | 2004-12-01 08:47:35 +0000 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2004-12-01 08:47:35 +0000 |
commit | 4f4854a4af069f7b2369a2d497c65e837b7cd046 (patch) | |
tree | f8280352a9e48381455e700255f83bedcf9c61af /src/glx/x11/indirect_init.c | |
parent | 529381ff750774a67d7f17de89e554123c221c86 (diff) |
Make the transition to script-genereated GLX code easier.
Convert GL 1.4 function names to EXT_blend_func_separate names.
Diffstat (limited to 'src/glx/x11/indirect_init.c')
-rw-r--r-- | src/glx/x11/indirect_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/x11/indirect_init.c b/src/glx/x11/indirect_init.c index 29c2eb5d39d..a9852c3cd71 100644 --- a/src/glx/x11/indirect_init.c +++ b/src/glx/x11/indirect_init.c @@ -564,7 +564,7 @@ __GLapi *__glXNewIndirectAPI(void) glAPI->FogCoordPointerEXT = __indirect_glFogCoordPointerEXT; /* 173. GL_EXT_blend_func_separate / GL 1.4 */ - glAPI->BlendFuncSeparateEXT = __indirect_glBlendFuncSeparate; + glAPI->BlendFuncSeparateEXT = __indirect_glBlendFuncSeparateEXT; /* 262. GL_NV_point_sprite / GL 1.4 */ glAPI->PointParameteriNV = __indirect_glPointParameteriNV; |