X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/8578813fda6787866b6a23b265696a673b213724..7f046c957d4529249bcb69b35f6513411f6efcf5:/src/xinput.c diff --git a/src/xinput.c b/src/xinput.c index 6dd2b25..b1cd0a3 100644 --- a/src/xinput.c +++ b/src/xinput.c @@ -102,6 +102,22 @@ static entry drivers[] = " ", set_clientpointer }, + { "list-props", + " [ ...]", + list_props + }, + { "set-int-prop", + " [ ...]", + set_int_prop + }, + { "watch-props", + "", + watch_props + }, + { "delete-prop", + " ", + delete_prop + }, #endif {0, 0, 0 }