If core motion history is required, scale back to screen coords and INT16.

This commit is contained in:
Peter Hutterer
2008-05-26 16:35:23 +09:30
parent 0b88510069
commit 1883485edd
6 changed files with 51 additions and 15 deletions

View File

@@ -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);