]> diplodocus.org Git - xorg-xinput/blobdiff - src/xinput.c
Require inputproto 1.9.99.4
[xorg-xinput] / src / xinput.c
index 6dd2b25aa5e96cd05170247f68d571d8a555bcfc..ac9c65f99bc988fa3f7fec8fa45190062c0f12ff 100644 (file)
@@ -102,6 +102,18 @@ static entry drivers[] =
       "<window> <device>",
       set_clientpointer
     },
+    { "list-props",
+      "<device> [<device> ...]",
+      list_props
+    },
+    { "set-int-prop",
+      "<device> <property> <format (8, 16, 32)> <val> [<val> ...]",
+      set_int_prop
+    },
+    { "watch-props",
+      "<device>",
+      watch_props
+    },
 #endif
     {0, 0, 0
     }