diff options
author | Chase Douglas <chase.douglas@ubuntu.com> | 2010-11-08 17:25:24 -0500 |
---|---|---|
committer | Chase Douglas <chase.douglas@ubuntu.com> | 2010-11-09 09:58:42 -0500 |
commit | 662493df68101aec2d84cba6dd4c07a739ba0931 (patch) | |
tree | 7fa3cb5153106c816f276b36db143507307e7d03 /include/input.h | |
parent | dd5a23bdbc5d92e15fd091f7e1dfe4cd5a0cd66a (diff) |
Switch to labeled touch axes
Diffstat (limited to 'include/input.h')
-rw-r--r-- | include/input.h | 6 |
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); |