dix: Fix build with --disable-xinerama #16204

X.Org Bug 16204 <http://bugs.freedesktop.org/show_bug.cgi?id=16204>
This commit is contained in:
Peter Hutterer 2008-06-04 13:39:39 +09:30
parent 26e7e69ab8
commit 45b661c67a

View File

@ -782,8 +782,8 @@ XineramaChangeToCursor(DeviceIntPtr pDev, CursorPtr cursor)
}
#else
#define SyntheticMotion(x, y) \
PostSyntheticMotion(x, y, \
#define SyntheticMotion(dev, x, y) \
PostSyntheticMotion(dev, x, y, \
0, \
syncEvents.playingEvents ? \
syncEvents.time.milliseconds : \