mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2025-12-24 21:50:15 +01:00
XQuartz: GLX: Fix accidental exclusion of glBlitFramebufferEXT on Leopard
(cherry picked from commit 8620579483)
This commit is contained in:
parent
fd08be749e
commit
0dbc356795
1 changed files with 1 additions and 1 deletions
|
|
@ -855,7 +855,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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue