]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game/input/gtk/gtk.factor
linux.input-events: rename to linux-input-events to fix builder
[factor.git] / basis / game / input / gtk / gtk.factor
index 51913dd661e48aada931c12ea38e6ed345f397dc..c4dae51cbcebabd0cd5ed5c27ff2b42c4e2e2a2f 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