wacom: Use right function to find whether stylus has eraser tip
We are looking for paired styli that act as standalone erasers, this is not what we are looking for here.
This commit is contained in:
parent
2bbc1fd2bb
commit
9bd0b94527
1 changed files with 1 additions and 1 deletions
|
@ -305,5 +305,5 @@ cc_wacom_tool_get_has_eraser (CcWacomTool *tool)
|
|||
{
|
||||
g_return_val_if_fail (CC_IS_WACOM_TOOL (tool), FALSE);
|
||||
|
||||
return libwacom_stylus_has_eraser (tool->wstylus);
|
||||
return libwacom_stylus_is_eraser (tool->wstylus);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue