diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-02-28 11:16:57 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-03-01 12:15:41 +1000 |
commit | ef11021997c850d0d3e579777468ec6d52f28f20 (patch) | |
tree | b913905a7e34c9a26aac9d50bdba5b9851d781f5 /tools | |
parent | c21b6876b435bb34112956716fea14477ef9e8d7 (diff) | |
download | xf86-input-wacom-ef11021997c850d0d3e579777468ec6d52f28f20.tar.gz |
xsetwacom: ToolID is actually ToolType
ToolID should be the ID of the tool in proximity.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Jason Gerecke <killertofu@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/xsetwacom.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/xsetwacom.c b/tools/xsetwacom.c index 9ab285b..18caa15 100644 --- a/tools/xsetwacom.c +++ b/tools/xsetwacom.c @@ -380,8 +380,8 @@ static param_t parameters[] = .set_func = set_xydefault, }, { - .name = "ToolID", - .desc = "Returns the ID of the associated device. ", + .name = "ToolType", + .desc = "Returns the tool type of the associated device. ", .prop_name = WACOM_PROP_TOOL_TYPE, .prop_format = 32, .prop_offset = 0, |