summaryrefslogtreecommitdiff
path: root/include/input.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2008-05-26 16:35:23 +0930
committerPeter Hutterer <peter@cs.unisa.edu.au>2008-05-26 17:22:25 +0930
commit1883485edd7eb90c0b76bca41c71e26ae2c0b91a (patch)
tree177b0cdb290d3bd647768f0d6f559ad741928e1e /include/input.h
parent0b88510069bdf6d020d73b424f62c2923c0db4a4 (diff)
If core motion history is required, scale back to screen coords and INT16.
Diffstat (limited to 'include/input.h')
-rw-r--r--include/input.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/input.h b/include/input.h
index 3071d75de..a816385a5 100644
--- a/include/input.h
+++ b/include/input.h
@@ -486,7 +486,8 @@ extern int GetMotionHistory(
xTimecoord **buff,
unsigned long start,
unsigned long stop,
- ScreenPtr pScreen);
+ ScreenPtr pScreen,
+ BOOL core);
extern void SwitchCorePointer(DeviceIntPtr pDev);