]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/x11/xinput2/xinput2.factor
Remove many uses of <int> and *int etc
[factor.git] / basis / x11 / xinput2 / xinput2.factor
index 80aaf95d63e729f418ee393e8837fd715ca759eb..1a6b0e3cf25d77d9fbcf5bdf2e79817f108f198b 100644 (file)
@@ -5,7 +5,7 @@ x11.constants x11.xinput2.ffi ;
 IN: x11.xinput2
 
 : (xi2-available?) ( display -- ? )
-    2 0 [ <int> ] bi@
+    2 0 [ int <ref> ] bi@
     XIQueryVersion
     {
         { BadRequest [ f ] }