From f86caab386b508eabd551a56f1f2e5afd6fe52ab Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 10 Dec 2008 17:33:29 -0600 Subject: [PATCH] Fix compile error --- basis/ui/x11/x11.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/ui/x11/x11.factor b/basis/ui/x11/x11.factor index b4a0427ccd..563b98aa34 100755 --- a/basis/ui/x11/x11.factor +++ b/basis/ui/x11/x11.factor @@ -137,7 +137,7 @@ M: world focus-out-event M: world selection-notify-event [ handle>> window>> selection-from-event ] keep - world user-input ; + user-input ; : supported-type? ( atom -- ? ) { "UTF8_STRING" "STRING" "TEXT" }