summaryrefslogtreecommitdiff
path: root/src/gwacom/wacom-device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwacom/wacom-device.c')
-rw-r--r--src/gwacom/wacom-device.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/gwacom/wacom-device.c b/src/gwacom/wacom-device.c
index 87ac433..2a9c915 100644
--- a/src/gwacom/wacom-device.c
+++ b/src/gwacom/wacom-device.c
@@ -196,6 +196,12 @@ enum {
static guint signals[LAST_SIGNAL] = { 0 };
+ValuatorMask *
+valuator_mask_new(int num_valuators)
+{
+ return NULL;
+}
+
WacomDevice*
wacom_device_new(WacomDriver *driver,
const char *name,