xf86-input-vmmouse: Changes to 'master'

Vinay Bondhugula vinayb at kemper.freedesktop.org
Tue Jan 22 23:33:01 PST 2008


 src/vmmouse.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

New commits:
commit c312189cedf7526d61ced521f275ad5c4a972610
Author: Vinay Bondhugula <vinayb at vmware.com>
Date:   Tue Jan 22 23:32:12 2008 -0800

    Fix device to screen space coordinate conversion
    
    The Xserver no longer calls an input device's conversion_proc to convert x and
    y coordinates from device to screen space. This fix calls the conversion
    routine in vmmouse.c before posting the motion event to Xserver.
    
    Other drivers also seem to rely on conversion_proc, so the real fix should probably
    go into Xserver's code (maybe in xserver/hw/xfree86/common/xf86Xinput.c?).



More information about the xorg-commit mailing list