From 28d78c99543c41d0c3520c1213cac595f7ff5450 Mon Sep 17 00:00:00 2001 From: Joe Groff Date: Thu, 24 Sep 2009 20:25:41 -0500 Subject: [PATCH] fix cocoa bootstrap --- basis/ui/backend/cocoa/cocoa.factor | 2 +- basis/ui/backend/x11/x11.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/ui/backend/cocoa/cocoa.factor b/basis/ui/backend/cocoa/cocoa.factor index f6745e4bc2..ad710092c3 100755 --- a/basis/ui/backend/cocoa/cocoa.factor +++ b/basis/ui/backend/cocoa/cocoa.factor @@ -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 ; diff --git a/basis/ui/backend/x11/x11.factor b/basis/ui/backend/x11/x11.factor index 049c7886fd..6f9c8589fc 100755 --- a/basis/ui/backend/x11/x11.factor +++ b/basis/ui/backend/x11/x11.factor @@ -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 {