]> diplodocus.org Git - xorg-xinput/blobdiff - src/xinput.h
xinput 1.4.0
[xorg-xinput] / src / xinput.h
index 532ee9af47aac557ac15d10da3307dff7637c3ac..3c364973fe29f42a623576f26359ecf2439595f8 100644 (file)
@@ -245,6 +245,28 @@ set_int_prop(
 #endif
 );
 
+int
+set_float_prop(
+#if NeedFunctionPrototypes
+                Display*       display,
+                int            argc,
+                char           *argv[],
+                char           *prog_name,
+                char           *prog_desc
+#endif
+);
+
+int
+set_atom_prop(
+#if NeedFunctionPrototypes
+                Display*       display,
+                int            argc,
+                char           *argv[],
+                char           *prog_name,
+                char           *prog_desc
+#endif
+);
+
 int
 watch_props(
 #if NeedFunctionPrototypes