X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/ccef360e5ee6598a0ab722389bdf8d391ff7efee..6f444b5d063452e7a8705c756269960e509241d8:/src/xinput.h?ds=inline diff --git a/src/xinput.h b/src/xinput.h index d7a5104..3c36497 100644 --- a/src/xinput.h +++ b/src/xinput.h @@ -68,6 +68,17 @@ set_ptr_feedback( #endif ); +int +get_button_map( +#if NeedFunctionPrototypes + Display* display, + int argc, + char *argv[], + char *prog_name, + char *prog_desc +#endif +); + int set_button_map( #if NeedFunctionPrototypes @@ -234,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