]> diplodocus.org Git - xorg-xinput/blobdiff - src/xinput.c
xinput 1.4.0
[xorg-xinput] / src / xinput.c
index ce19aae4fe05b9aaf984258d76112925acf30660..1207f9d62cdc988786889b332076b5ad86055b8d 100644 (file)
@@ -106,6 +106,7 @@ static entry drivers[] =
       "<window> <device>",
       set_clientpointer
     },
+#endif
     { "list-props",
       "<device> [<device> ...]",
       list_props
@@ -118,6 +119,10 @@ static entry drivers[] =
       "<device> <property> <val> [<val> ...]",
       set_float_prop
     },
+    { "set-atom-prop",
+      "<device> <property> <val> [<val> ...]",
+      set_atom_prop
+    },
     { "watch-props",
       "<device>",
       watch_props
@@ -126,7 +131,6 @@ static entry drivers[] =
       "<device> <property>",
       delete_prop
     },
-#endif
     {0, 0, 0
     }
 };