]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/x11/clipboard/clipboard.factor
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c...
[factor.git] / basis / x11 / clipboard / clipboard.factor
index 49a9f8903956f6e521f7e6e1aa20b48d95ee1641..319ca4671421d1be7ea8bd5cda39d71698eb0ccb 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2006, 2010 Slava Pestov
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors alien.c-types alien.strings classes.struct
-io.encodings.utf8 kernel namespaces sequences
+USING: accessors alien.c-types alien.data alien.strings
+classes.struct io.encodings.utf8 kernel namespaces sequences
 specialized-arrays x11 x11.constants x11.xlib ;
 SPECIALIZED-ARRAY: int
 IN: x11.clipboard