summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/xsetwacom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c
index 17ce1c7..1fd1c3f 100644
--- a/tools/xsetwacom.c
+++ b/tools/xsetwacom.c
@@ -819,8 +819,8 @@ static param_t parameters[] =
{
.name = "all",
.desc = "Get value for all parameters.",
- .set_func = not_implemented,
.get_func = get_all,
+ .prop_flags = PROP_FLAG_READONLY,
},
{ NULL }
};