xserver: Branch 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Jun 3 21:15:02 PDT 2008


 dix/events.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 45b661c67aca1a728f1793dd94d701488f1f196c
Author: Peter Hutterer <peter at cs.unisa.edu.au>
Date:   Wed Jun 4 13:39:39 2008 +0930

    dix: Fix build with --disable-xinerama #16204
    
    X.Org Bug 16204 <http://bugs.freedesktop.org/show_bug.cgi?id=16204>

diff --git a/dix/events.c b/dix/events.c
index cec12f0..79d9373 100644
--- a/dix/events.c
+++ b/dix/events.c
@@ -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 : \


More information about the xorg-commit mailing list