summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-26 13:53:45 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-26 15:55:20 +0930
commit0b88510069bdf6d020d73b424f62c2923c0db4a4 (patch)
tree292a69f6d42f07a1c5e1e4987fd5a01d08b192c4 /include
parentd22c25bda450f6f1dfa634f0f72b32c4bec429cd (diff)
Ensure the motion history is merged for master devices.
Add each event to the master's MH as well as to the SDs. In the MD, store min/max and the actual value. When retrieving the MH, rescale all coordinates to the current coordinate range and only post those valuators that are currently active on the device.
Diffstat (limited to 'include')
-rw-r--r--include/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input.h b/include/input.h
index 70f3de64f..3071d75de 100644
--- a/include/input.h
+++ b/include/input.h
@@ -483,7 +483,7 @@ extern void AllocateMotionHistory(
extern int GetMotionHistory(
DeviceIntPtr pDev,
- xTimecoord *buff,
+ xTimecoord **buff,
unsigned long start,
unsigned long stop,
ScreenPtr pScreen);