X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/1b4b4191e09ad01bd818d4307836b37ffd8fa5bd..d1428764180c927cfa45298f5b7d0bf14eacc2da:/src/xinput.h diff --git a/src/xinput.h b/src/xinput.h index a43ab73..8b94d6a 100644 --- a/src/xinput.h +++ b/src/xinput.h @@ -152,5 +152,48 @@ query_state( #endif ); -/* end of xinput.h - */ +int +create_master( +#if NeedFunctionPrototypes + Display* display, + int argc, + char *argv[], + char *prog_name, + char *prog_desc +#endif +); + +int +remove_master( +#if NeedFunctionPrototypes + Display* display, + int argc, + char *argv[], + char *prog_name, + char *prog_desc +#endif +); + +int +change_attachment( +#if NeedFunctionPrototypes + Display* display, + int argc, + char *argv[], + char *prog_name, + char *prog_desc +#endif +); + +int +float_device( +#if NeedFunctionPrototypes + Display* display, + int argc, + char *argv[], + char *prog_name, + char *prog_desc +#endif +); + +/* end of xinput.h */