summaryrefslogtreecommitdiff
path: root/include/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/input.h')
-rw-r--r--include/input.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/input.h b/include/input.h
index c6a65a988..580b91d88 100644
--- a/include/input.h
+++ b/include/input.h
@@ -538,9 +538,9 @@ extern DeviceIntPtr GetXTestDevice(DeviceIntPtr master);
extern void SendDevicePresenceEvent(int deviceid, int type);
extern _X_EXPORT InputAttributes *DuplicateInputAttributes(InputAttributes *attrs);
extern _X_EXPORT void FreeInputAttributes(InputAttributes *attrs);
-extern int CreateTouchPoint(DeviceIntPtr dev, uint32_t touchid);
-extern int FindTouchPoint(DeviceIntPtr dev, uint32_t touchid);
-extern void FinishTouchPoint(DeviceIntPtr dev, uint32_t touchid);
+extern int CreateTouchPoint(DeviceIntPtr dev, unsigned int touchid);
+extern int FindTouchPoint(DeviceIntPtr dev, unsigned int touchid);
+extern void FinishTouchPoint(DeviceIntPtr dev, unsigned int touchid);
/* misc event helpers */
extern Mask GetEventMask(DeviceIntPtr dev, xEvent* ev, InputClientsPtr clients);