diff --git a/basis/cocoa/views/views.factor b/basis/cocoa/views/views.factor index 4e4c459fb7..101eea9e2b 100644 --- a/basis/cocoa/views/views.factor +++ b/basis/cocoa/views/views.factor @@ -38,11 +38,15 @@ CONSTANT: NSOpenGLPFACompliant 83 CONSTANT: NSOpenGLPFAScreenMask 84 CONSTANT: NSOpenGLPFAPixelBuffer 90 CONSTANT: NSOpenGLPFAAllowOfflineRenderers 96 +CONSTANT: NSOpenGLPFAOpenGLProfile 99 CONSTANT: NSOpenGLPFAVirtualScreenCount 128 CONSTANT: NSOpenGLCPSwapInterval 222 CONSTANT: NSOpenGLCPSurfaceOpacity 236 +CONSTANT: NSOpenGLProfileVersion3_2Core 0x3200 +CONSTANT: kCGLOGLPVersion_GL4_Core 0x4100 + : ( class dim pixel-format -- view ) [ -> alloc ] [ [ 0 0 ] dip first2 ]