diff options
Diffstat (limited to 'src/glx/apple/apple_glapi.c')
-rw-r--r-- | src/glx/apple/apple_glapi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/apple/apple_glapi.c b/src/glx/apple/apple_glapi.c index 9a670bcfbb0..c9327814d98 100644 --- a/src/glx/apple/apple_glapi.c +++ b/src/glx/apple/apple_glapi.c @@ -64,7 +64,7 @@ static void _apple_glapi_create_table(void) { SET_CopyPixels(__applegl_api, __applegl_glCopyPixels); SET_CopyColorTable(__applegl_api, __applegl_glCopyColorTable); SET_DrawBuffer(__applegl_api, __applegl_glDrawBuffer); - SET_DrawBuffersARB(__applegl_api, __applegl_glDrawBuffersARB); + SET_DrawBuffers(__applegl_api, __applegl_glDrawBuffers); SET_Viewport(__applegl_api, __applegl_glViewport); } |