]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/x11/xinput2/xinput2.factor
Move <ref>, deref and little-endian? from alien.c-types to alien.data, remove <c...
[factor.git] / basis / x11 / xinput2 / xinput2.factor
index 1a6b0e3cf25d77d9fbcf5bdf2e79817f108f198b..5e38d70cb6e8f0e5d5a2339f884f1f5b26bd85d2 100644 (file)
@@ -1,7 +1,7 @@
 ! Copyright (C) 2010 Niklas Waern.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: alien.c-types combinators kernel namespaces x11
-x11.constants x11.xinput2.ffi ;
+USING: alien.c-types alien.data combinators kernel namespaces
+x11 x11.constants x11.xinput2.ffi ;
 IN: x11.xinput2
 
 : (xi2-available?) ( display -- ? )