xserver: Branch 'master'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Nov 3 00:43:08 EET 2006


 dix/events.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)

New commits:
diff-tree 58bf9a142d1957f4d77038ee4ce7b1116b1f7955 (from 1ecd45fb8e4250fb51daa2bdf1a960af0f8b53fb)
Author: Alan Coopersmith <alan.coopersmith at sun.com>
Date:   Thu Nov 2 14:43:02 2006 -0800

    PostSyntheticMotion needs to be extern, not static, since it's in getevents.c

diff --git a/dix/events.c b/dix/events.c
index 321c552..3425cb4 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -321,7 +321,7 @@ static CARD8 criticalEvents[32] =
 
 #ifdef PANORAMIX
 static void ConfineToShape(RegionPtr shape, int *px, int *py);
-static void PostSyntheticMotion(int x, int y, int screenNum, int time);
+extern void PostSyntheticMotion(int x, int y, int screenNum, int time);
 static void PostNewCursor(void);
 
 #define SyntheticMotion(x, y) \



More information about the xorg-commit mailing list