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

This commit is contained in:
Alan Coopersmith 2006-11-02 14:43:02 -08:00
parent 1ecd45fb8e
commit 58bf9a142d

View File

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