summaryrefslogtreecommitdiff
path: root/libwacom/libwacom.sym
diff options
context:
space:
mode:
authorJason Gerecke <killertofu@gmail.com>2020-05-20 15:58:43 -0700
committerJason Gerecke <killertofu@gmail.com>2020-05-28 09:55:04 -0700
commit9514d13779fa0ca089801ae09f7638165245eeaa (patch)
treeb66115c3bc1d5a15a778a589181f7514239f3dd8 /libwacom/libwacom.sym
parentedde85844cbfa146f7fb7205ddec2252053fc012 (diff)
downloadlibwacom-9514d13779fa0ca089801ae09f7638165245eeaa.tar.gz
Replace "HasEraser" concept with "PairedStylusIds"
Makes it possible to explicitly link two or more IDs together into a single pen. The test suite immediately benefits from being able to rigorously check that pens which should "have" an eraser "do" in fact have one. The "has_eraser" function is still kept, but now acts as a convenience method for identifying tools which are paried with an eraser of any type. Signed-off-by: Jason Gerecke <jason.gerecke@wacom.com>
Diffstat (limited to 'libwacom/libwacom.sym')
-rw-r--r--libwacom/libwacom.sym1
1 files changed, 1 insertions, 0 deletions
diff --git a/libwacom/libwacom.sym b/libwacom/libwacom.sym
index 26ea231..7a8e849 100644
--- a/libwacom/libwacom.sym
+++ b/libwacom/libwacom.sym
@@ -75,4 +75,5 @@ local:
LIBWACOM_1.2 {
global:
libwacom_stylus_get_eraser_type;
+ libwacom_stylus_get_paired_ids;
} LIBWACOM_0.33;