X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/8578813fda6787866b6a23b265696a673b213724..1c7b473b7e64f8b616aba70926f93d37d5269c28:/src/xinput.h diff --git a/src/xinput.h b/src/xinput.h index cbab391..9b017ba 100644 --- a/src/xinput.h +++ b/src/xinput.h @@ -211,4 +211,38 @@ 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 +); + /* end of xinput.h */