X-Git-Url: https://diplodocus.org/git/xorg-xinput/blobdiff_plain/99c932c1a0db7821df3ef78efcfe4824697c4815..6f444b5d063452e7a8705c756269960e509241d8:/src/xinput.c diff --git a/src/xinput.c b/src/xinput.c index ce19aae..1207f9d 100644 --- a/src/xinput.c +++ b/src/xinput.c @@ -106,6 +106,7 @@ static entry drivers[] = " ", set_clientpointer }, +#endif { "list-props", " [ ...]", list_props @@ -118,6 +119,10 @@ static entry drivers[] = " [ ...]", set_float_prop }, + { "set-atom-prop", + " [ ...]", + set_atom_prop + }, { "watch-props", "", watch_props @@ -126,7 +131,6 @@ static entry drivers[] = " ", delete_prop }, -#endif {0, 0, 0 } };