]> diplodocus.org Git - xorg-xinput/blobdiff - src/xinput.h
Require inputproto 1.9.99.4
[xorg-xinput] / src / xinput.h
index add9aab946d3b5e85a6f77d879b4c3957c189fa4..9b017bab7b5cf820c94eebf5d1f58ed44a7d781e 100644 (file)
  *
  */
 
  *
  */
 
+#if HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <X11/Xlib.h>
 #include <X11/extensions/XInput.h>
 #include <X11/Xutil.h>
 #include <X11/Xlib.h>
 #include <X11/extensions/XInput.h>
 #include <X11/Xutil.h>
@@ -207,4 +211,38 @@ set_clientpointer(
 #endif
 );
 
 #endif
 );
 
+int
+list_props(
+#if NeedFunctionPrototypes
+                Display*       display,
+                int            argc,
+                char           *argv[],
+                char           *prog_name,
+                char           *prog_desc
+#endif
+);
+
+
+int
+set_int_prop(
+#if NeedFunctionPrototypes
+                Display*       display,
+                int            argc,
+                char           *argv[],
+                char           *prog_name,
+                char           *prog_desc
+#endif
+);
+
+int
+watch_props(
+#if NeedFunctionPrototypes
+                Display*       display,
+                int            argc,
+                char           *argv[],
+                char           *prog_name,
+                char           *prog_desc
+#endif
+);
+
 /* end of xinput.h */
 /* end of xinput.h */