xserver: Branch 'master'

Peter Hutterer whot at kemper.freedesktop.org
Tue Dec 9 17:29:32 PST 2008


 mi/mieq.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 090f63123975220819d531f569df6e5787607ec6
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Dec 8 11:53:20 2008 +1000

    mi: always update the sprite for master devices.
    
    Follow-up to 9ce995373e4a. This re-enables cursor rendering if the MD is
    controlled through software (e.g. synergy).
    
    Reported by John Tapsell: "I use Xorg with no mouse attached, but use synergy
    to control the mouse.  The commit means that I no longer have a visible mouse
    cursor.  The mouse cursor is still 'there' in terms that I can click buttons
    etc with it, but it's just not visible."
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>

diff --git a/mi/mieq.c b/mi/mieq.c
index 971edf9..aef6fae 100644
--- a/mi/mieq.c
+++ b/mi/mieq.c
@@ -386,7 +386,7 @@ mieqProcessInputEvents(void)
         }
 
         /* Update the sprite now. Next event may be from different device. */
-        if (type == DeviceMotionNotify && master)
+        if (type == DeviceMotionNotify && (master || dev->isMaster))
             miPointerUpdateSprite(dev);
     }
 }


More information about the xorg-commit mailing list