]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/x11/x11.factor
factor: more top level forms.
[factor.git] / basis / x11 / x11.factor
index fc749012ab2ee2507929ad083999057cf0505349..fe97b2d838b80db190ab4385137e8de361f01e98 100644 (file)
@@ -32,4 +32,4 @@ SYMBOL: root
 : with-x ( display-string quot -- )
     [ init-x ] dip [ close-x ] finally ; inline
 
-{ "x11" "io.backend.unix" } "x11.io.unix" require-when
+USE-WHEN-LOADED: x11.io.unix { "x11" "io.backend.unix" }