]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/x11/clipboard/clipboard.factor
Specialized array overhaul
[factor.git] / basis / x11 / clipboard / clipboard.factor
index 5cf645344371637ccb6a7daf4b21b0272bc434eb..c08ff1d1768989bc4436f7967001d0338ce07d0f 100644 (file)
@@ -2,7 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types alien.strings classes.struct
 io.encodings.utf8 kernel namespaces sequences
-specialized-arrays.int x11 x11.constants x11.xlib ;
+specialized-arrays x11 x11.constants x11.xlib ;
+SPECIALIZED-ARRAY: int
 IN: x11.clipboard
 
 ! This code was based on by McCLIM's Backends/CLX/port.lisp