Suppress is a user-configured option that defines when events should be
sent. The option is a number, defining how much coordinates must change
before an event is being sent.

The use of suppress here though is as a boolean flag, whether to suppress or
not.

Signed-off-by: Peter Hutterer <[email protected]>
---
 src/wcmCommon.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/wcmCommon.c b/src/wcmCommon.c
index 04c4cc4..68fe3b6 100644
--- a/src/wcmCommon.c
+++ b/src/wcmCommon.c
@@ -1151,7 +1151,7 @@ setPressureButton(const WacomDevicePtr priv, const 
WacomDeviceState *ds)
 }
 
 static void commonDispatchDevice(WacomCommonPtr common, unsigned int channel,
-       const WacomChannelPtr pChannel, int suppress)
+                                const WacomChannelPtr pChannel, Bool suppress)
 {
        InputInfoPtr pDev = NULL;
        WacomToolPtr tool = NULL;
-- 
1.7.3.4


------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
Linuxwacom-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/linuxwacom-devel

Reply via email to