summaryrefslogtreecommitdiff
path: root/include/dixevents.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/dixevents.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/dixevents.h')
-rw-r--r--include/dixevents.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dixevents.h b/include/dixevents.h
index c78fb0e85..62c867277 100644
--- a/include/dixevents.h
+++ b/include/dixevents.h
@@ -103,7 +103,7 @@ extern int ProcUngrabButton(ClientPtr /* client */);
extern int ProcRecolorCursor(ClientPtr /* client */);
#ifdef PANORAMIX
-extern void PostSyntheticMotion(int x, int y, ScreenPtr pScreen, unsigned long time);
+extern void PostSyntheticMotion(int x, int y, int screen, unsigned long time);
#endif
#endif /* DIXEVENTS_H */