X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/6ebdca422d12e3326f9ab59767e05eefd24ff85f..6f444b5d063452e7a8705c756269960e509241d8:/src/xinput.h diff --git a/src/xinput.h b/src/xinput.h index 9b017ba..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 @@ -245,4 +278,15 @@ watch_props( #endif ); +int +delete_prop( +#if NeedFunctionPrototypes + Display* display, + int argc, + char *argv[], + char *prog_name, + char *prog_desc +#endif +); + /* end of xinput.h */