]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game/input/gtk/gtk.factor
linux-input-events: move to basis and rename linux.input-events.
[factor.git] / basis / game / input / gtk / gtk.factor
index c4dae51cbcebabd0cd5ed5c27ff2b42c4e2e2a2f..51913dd661e48aada931c12ea38e6ed345f397dc 100644 (file)
@@ -2,8 +2,8 @@
 ! See http://factorcode.org/license.txt for BSD license.
 USING: accessors alien.c-types alien.data alien.syntax arrays
 assocs bit-arrays destructors game.input gdk.ffi
-io.encodings.binary io.files kernel linux-input-events
-linux-input-events.ffi math namespaces sequences
+io.encodings.binary io.files kernel linux.input-events
+linux.input-events.ffi math namespaces sequences
 sequences.extras system unix.ffi x11.xlib ;
 IN: game.input.gtk