]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/game/input/x11/x11.factor
core: Add the shuffler words but without primitives.
[factor.git] / basis / game / input / x11 / x11.factor
index 612b0047bf5c12be422f759a20d76efaac564903..eb1273ed80605bab8e3abf1c10b33f02e3a7d948 100644 (file)
@@ -90,7 +90,7 @@ M: x11-game-input-backend read-keyboard
     dpy get dup XDefaultRootWindow
     { int int int int int int int }
     [ XQueryPointer drop ] with-out-parameters
-    [ 4 ndrop ] 3dip ;
+    [ 4drop ] 3dip ;
 
 SYMBOL: mouse-reset?