]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/x11/x11.factor
factor: trim more using lists.
[factor.git] / basis / x11 / x11.factor
index f2cf99a77707ecc9a829a35238654d36f201a3da..fc749012ab2ee2507929ad083999057cf0505349 100644 (file)
@@ -1,8 +1,7 @@
 ! Copyright (C) 2005, 2009 Eduardo Cavazos, Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.strings continuations io
-io.encodings.ascii kernel namespaces x11.xlib x11.io
-vocabs vocabs.loader ;
+USING: alien.c-types continuations io kernel namespaces
+vocabs.loader x11.io x11.xlib ;
 FROM: alien.c-types => c-bool> ;
 IN: x11