diff options
Diffstat (limited to 'src/glx/apple/apple_xgl_api_stereo.c')
-rw-r--r-- | src/glx/apple/apple_xgl_api_stereo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glx/apple/apple_xgl_api_stereo.c b/src/glx/apple/apple_xgl_api_stereo.c index 2664a3f226b..c9ed684b279 100644 --- a/src/glx/apple/apple_xgl_api_stereo.c +++ b/src/glx/apple/apple_xgl_api_stereo.c @@ -84,7 +84,7 @@ __applegl_glDrawBuffer(GLenum mode) void -__applegl_glDrawBuffersARB(GLsizei n, const GLenum * bufs) +__applegl_glDrawBuffers(GLsizei n, const GLenum * bufs) { struct glx_context * gc = __glXGetCurrentContext(); |