]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/ui/backend/cocoa/views/views.factor
Remove many uses of <int> and *int etc
[factor.git] / basis / ui / backend / cocoa / views / views.factor
index e98c31b295391d0f142fcc638e6f25057b486f02..7837402701bd46f7fa028f9475ceaddf521eed84 100644 (file)
@@ -332,7 +332,7 @@ CLASS: FactorView < NSOpenGLView NSTextInput
 ]
 
 : sync-refresh-to-screen ( GLView -- )
-    -> openGLContext -> CGLContextObj NSOpenGLCPSwapInterval 1 <int>
+    -> openGLContext -> CGLContextObj NSOpenGLCPSwapInterval 1 int <ref>
     CGLSetParameter drop ;
 
 : <FactorView> ( dim pixel-format -- view )