summaryrefslogtreecommitdiff
path: root/src/xf86WacomDefs.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xf86WacomDefs.h')
-rw-r--r--src/xf86WacomDefs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/xf86WacomDefs.h b/src/xf86WacomDefs.h
index 11cf244..bbd6d63 100644
--- a/src/xf86WacomDefs.h
+++ b/src/xf86WacomDefs.h
@@ -203,8 +203,8 @@ struct _WacomDeviceState
int distance;
int throttle;
int proximity;
- int sample; /* wraps every 24 days */
- int time;
+ unsigned int sample; /* wraps every 24 days */
+ unsigned int time;
unsigned int keys; /* bitmask for IDX_KEY_CONTROLPANEL, etc. */
};
@@ -367,7 +367,7 @@ typedef struct {
unsigned int wcmScrollDistance; /* minimum motion before sending a scroll gesture */
unsigned int wcmScrollDirection; /* store the vertical or horizontal bit in use */
unsigned int wcmGestureUsed; /* retain used gesture count within one in-prox event */
- int wcmTapTime; /* minimum time between taps for a right click */
+ unsigned int wcmTapTime; /* minimum time between taps for a right click */
} WacomGesturesParameters;
enum WacomProtocol {