]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/x11/xlib/xlib.factor
move some allocation words that don't really have much to do with c types out of...
[factor.git] / basis / x11 / xlib / xlib.factor
index 98305e83045bf3ccc646460f9c4f9f58981f6694..0cd7704cf88781f3c2fcd1bb9cd64ffa6be8ffa9 100644 (file)
@@ -10,9 +10,9 @@
 ! add to this library and are wondering what part of the file to
 ! modify, just find the function or data structure in the manual
 ! and note the section.
-USING: accessors kernel arrays alien alien.c-types alien.strings
-alien.syntax classes.struct math math.bitwise words sequences
-namespaces continuations io io.encodings.ascii x11.syntax ;
+USING: accessors kernel arrays alien alien.c-types alien.data
+alien.strings alien.syntax classes.struct math math.bitwise words
+sequences namespaces continuations io io.encodings.ascii x11.syntax ;
 FROM: alien.c-types => short ;
 IN: x11.xlib