X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/e3b705dc15d07bbb478ced6b54a5e0553d978113..7f046c957d4529249bcb69b35f6513411f6efcf5:/src/xinput.h diff --git a/src/xinput.h b/src/xinput.h index add9aab..d7a5104 100644 --- a/src/xinput.h +++ b/src/xinput.h @@ -21,6 +21,10 @@ * */ +#if HAVE_CONFIG_H +#include +#endif + #include #include #include @@ -207,4 +211,49 @@ set_clientpointer( #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 +); + +int +delete_prop( +#if NeedFunctionPrototypes + Display* display, + int argc, + char *argv[], + char *prog_name, + char *prog_desc +#endif +); + /* end of xinput.h */