Signed-off-by: Jason Gerecke <[email protected]>
---
src/wcmCommon.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index 6e2f645..b928976 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -51,7 +51,6 @@ static int *VCOPY(const int *valuators, int nvals)
static int applyPressureCurve(WacomDevicePtr pDev, const WacomDeviceStatePtr
pState);
static void commonDispatchDevice(WacomCommonPtr common,
- unsigned int channel,
const WacomChannelPtr pChannel,
enum WacomSuppressMode suppress);
static void sendAButton(InputInfoPtr pInfo, int button, int mask,
@@ -903,7 +902,7 @@ void wcmEvent(WacomCommonPtr common, unsigned int channel,
/* For touch, only first finger moves the cursor */
if ((common->wcmTouch && ds.device_type == TOUCH_ID && ds.serial_num ==
1) ||
(ds.device_type != TOUCH_ID))
- commonDispatchDevice(common,channel,pChannel, suppress);
+ commonDispatchDevice(common, pChannel, suppress);
}
/**
@@ -1085,7 +1084,7 @@ static void detectPressureIssue(WacomDevicePtr priv,
priv->eventCnt++;
}
-static void commonDispatchDevice(WacomCommonPtr common, unsigned int channel,
+static void commonDispatchDevice(WacomCommonPtr common,
const WacomChannelPtr pChannel,
enum WacomSuppressMode suppress)
{
--
2.0.2
------------------------------------------------------------------------------
Want fast and easy access to all the code in your enterprise? Index and
search up to 200,000 lines of code with a free copy of Black Duck
Code Sight - the same software that powers the world's largest code
search on Ohloh, the Black Duck Open Hub! Try it now.
http://p.sf.net/sfu/bds
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel