From ebd8f2410347477e774515a53ca402c64e765daa Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sun, 5 Apr 2015 11:39:49 +0300 Subject: [PATCH] Fixed compilation with OS X SDK 10.4 --- src/posix/cocoa/i_common.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/posix/cocoa/i_common.h b/src/posix/cocoa/i_common.h index 081466e87d..545540b2fd 100644 --- a/src/posix/cocoa/i_common.h +++ b/src/posix/cocoa/i_common.h @@ -128,6 +128,8 @@ enum kVK_UpArrow = 0x7E }; +static const NSOpenGLPixelFormatAttribute NSOpenGLPFAAllowOfflineRenderers = NSOpenGLPixelFormatAttribute(96); + #endif // prior to 10.5