Fixed compilation with OS X SDK 10.4

This commit is contained in:
alexey.lysiuk 2015-04-05 11:39:49 +03:00
parent 89054f5d60
commit ebd8f24103

View file

@ -128,6 +128,8 @@ enum
kVK_UpArrow = 0x7E kVK_UpArrow = 0x7E
}; };
static const NSOpenGLPixelFormatAttribute NSOpenGLPFAAllowOfflineRenderers = NSOpenGLPixelFormatAttribute(96);
#endif // prior to 10.5 #endif // prior to 10.5