Merge branch 'master' of git://factorcode.org/git/factor
commit
b3ff0d1a6b
|
@ -2,7 +2,7 @@ USING: help.syntax help.markup ;
|
||||||
IN: cocoa.views
|
IN: cocoa.views
|
||||||
|
|
||||||
HELP: <PixelFormat>
|
HELP: <PixelFormat>
|
||||||
{ $values { "pixelfmt" "an " { $snippet "NSOpenGLPixelFormat" } } }
|
{ $values { "attributes" "a sequence of attributes" } { "pixelfmt" "an " { $snippet "NSOpenGLPixelFormat" } } }
|
||||||
{ $description "Creates an " { $snippet "NSOpenGLPixelFormat" } " with some reasonable defaults." } ;
|
{ $description "Creates an " { $snippet "NSOpenGLPixelFormat" } " with some reasonable defaults." } ;
|
||||||
|
|
||||||
HELP: <GLView>
|
HELP: <GLView>
|
||||||
|
|
Loading…
Reference in New Issue