summaryrefslogtreecommitdiff
path: root/src/xf86Wacom.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xf86Wacom.h')
-rw-r--r--src/xf86Wacom.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xf86Wacom.h b/src/xf86Wacom.h
index ee6fcba..66548b5 100644
--- a/src/xf86Wacom.h
+++ b/src/xf86Wacom.h
@@ -146,16 +146,16 @@ struct _WacomModule
#define RESET_RELATIVE(ds) do { (ds).relwheel = 0; } while (0)
/* device autoprobing */
-char *xf86WcmEventAutoDevProbe (LocalDevicePtr local);
+char *wcmEventAutoDevProbe (LocalDevicePtr local);
/* common tablet initialization regime */
int xf86WcmInitTablet(LocalDevicePtr local, const char* id, float version);
/* standard packet handler */
-void xf86WcmReadPacket(LocalDevicePtr local);
+void wcmReadPacket(LocalDevicePtr local);
/* handles suppression, filtering, and dispatch. */
-void xf86WcmEvent(WacomCommonPtr common, unsigned int channel, const WacomDeviceState* ds);
+void wcmEvent(WacomCommonPtr common, unsigned int channel, const WacomDeviceState* ds);
/* dispatches data to XInput event system */
void xf86WcmSendEvents(LocalDevicePtr local, const WacomDeviceState* ds);