X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/ffff875c2c587e3ad64d57afc1c432de77497c10..6f444b5d063452e7a8705c756269960e509241d8:/src/xinput.c diff --git a/src/xinput.c b/src/xinput.c index 441ee12..1207f9d 100644 --- a/src/xinput.c +++ b/src/xinput.c @@ -106,6 +106,7 @@ static entry drivers[] = " ", set_clientpointer }, +#endif { "list-props", " [ ...]", list_props @@ -114,6 +115,14 @@ static entry drivers[] = " [ ...]", set_int_prop }, + { "set-float-prop", + " [ ...]", + set_float_prop + }, + { "set-atom-prop", + " [ ...]", + set_atom_prop + }, { "watch-props", "", watch_props @@ -122,7 +131,6 @@ static entry drivers[] = " ", delete_prop }, -#endif {0, 0, 0 } };