xf86-input-vmmouse: Changes to 'master'

Vinay Bondhugula vinayb at kemper.freedesktop.org
Tue May 20 22:39:55 PDT 2008


 configure.ac  |    7 +-
 src/vmmouse.c |  188 +++++++++++++++++++++++++++++-----------------------------
 2 files changed, 101 insertions(+), 94 deletions(-)

New commits:
commit e72f4fbc61f4a0acf99a4b31f16fdebde9d339f1
Author: Vinay Bondhugula <vinayb at vmware.com>
Date:   Wed May 21 01:36:53 2008 -0400

    Don't call conversion_proc for older Xservers
    
    There was a bug in the Xserver for a while when it didn't call a driver's
    conversion_proc to convert device space coordinates to screen space. To fix
    this, vmmouse starting calling that method (since January), but if this is done
    on older versions of X, the conversion gets done twice.
    
    The fix is to add a configure check for the right versions of X and call
    VMMouseConvertProc() only if we are compiling against an X that has the bug.
    
    There's some whitespace cleanup for vmmouse.c too.



More information about the xorg-commit mailing list