XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on Leopard

This commit is contained in:
Jeremy Huddleston 2009-02-02 12:30:57 -08:00
parent e01662cadc
commit 8620579483

View File

@ -1291,7 +1291,7 @@ static void setup_dispatch_table(void) {
SET_BlendEquationSeparateEXT(disp, glBlendEquationSeparateEXT);
SET_BlendFunc(disp, glBlendFunc);
SET_BlendFuncSeparateEXT(disp, glBlendFuncSeparateEXT);
#if MAC_OS_X_VERSION_MIN_REQUIRED > 1050
#if MAC_OS_X_VERSION_MIN_REQUIRED >= 1050
SET_BlitFramebufferEXT(disp, glBlitFramebufferEXT);
#endif
SET_BufferDataARB(disp, glBufferDataARB);