fix cocoa bootstrap
parent
93149a6be9
commit
28d78c9954
|
@ -7,7 +7,7 @@ cocoa.views cocoa.windows combinators command-line
|
|||
core-foundation core-foundation.run-loop core-graphics
|
||||
core-graphics.types destructors fry generalizations io.thread
|
||||
kernel libc literals locals math math.bitwise math.rectangles memory
|
||||
namespaces sequences threads ui
|
||||
namespaces sequences threads ui colors
|
||||
ui.backend ui.backend.cocoa.views ui.clipboards ui.gadgets
|
||||
ui.gadgets.worlds ui.pixel-formats ui.pixel-formats.private
|
||||
ui.private words.symbol ;
|
||||
|
|
|
@ -64,7 +64,7 @@ M: x11-ui-backend (pixel-format-attribute)
|
|||
] if-empty ;
|
||||
|
||||
M: x11-ui-backend system-background-color
|
||||
T{ rgba f 0.0 0.0 0.0 0.0 } ; inline
|
||||
T{ rgba f 1.0 1.0 1.0 0.0 } ; inline
|
||||
|
||||
CONSTANT: modifiers
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue