--- ./dix/save_events.c 2007-01-29 11:41:56.000000000 +0000 +++ ./dix/events.c 2007-01-29 11:54:29.000000000 +0000 @@ -657,6 +657,13 @@ } } +#else +#define SyntheticMotion(x, y) \ + PostSyntheticMotion(x, y, \ + 0, \ + syncEvents.playingEvents ? \ + syncEvents.time.milliseconds : \ + currentTime.milliseconds); #endif /* PANORAMIX */