summaryrefslogtreecommitdiff
path: root/include/input.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter@cs.unisa.edu.au>2006-12-27 16:38:06 +0000
committerDaniel Stone <daniels@endtroducing.fooishbar.org>2006-12-27 16:38:06 +0000
commit05f915050cad72d4fb39cbb886be57beeac18749 (patch)
tree6c9ae85c125231fb36f124657d87f559037ce085 /include/input.h
parentc1674660a7115ebf993dcde78f4e45f756e4c951 (diff)
dix/events: take screen number, not pointer, in PostSyntheticMotion
Since we were using PostSyntheticMotion incorrectly anyway, update the declared API to match.
Diffstat (limited to 'include/input.h')
-rw-r--r--include/input.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/input.h b/include/input.h
index ebb0915c4..fc607d35b 100644
--- a/include/input.h
+++ b/include/input.h
@@ -421,7 +421,7 @@ extern int GetProximityEvents(
extern void PostSyntheticMotion(
int x,
int y,
- ScreenPtr pScreen,
+ int screen,
unsigned long time);
extern int GetMotionHistorySize(