xf86-input-mouse: Changes to 'master'

Daniel Stone daniels at kemper.freedesktop.org
Sat Jul 19 18:34:27 PDT 2008


 configure.ac      |   35 +-
 src/Makefile.am   |   14 
 src/bsd_mouse.c   |  791 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/hurd_mouse.c  |  242 ++++++++++++++++
 src/lnx_mouse.c   |  221 +++++++++++++++
 src/mouse.c       |    6 
 src/sco_mouse.c   |  258 +++++++++++++++++
 src/sun_mouse.c   |  717 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/xf86OSmouse.h |  277 ++++++++++++++++++
 9 files changed, 2539 insertions(+), 22 deletions(-)

New commits:
commit f3f0a5520ed7edac3867a97f5a001b91c870563e
Author: Daniel Stone <daniel at fooishbar.org>
Date:   Sun Jul 20 04:33:07 2008 +0300

    Add OS mouse sources to the driver build
    
    Copy across the OS mouse sources and add them to the driver build.  For
    convenience, the OS mouse versioning stuff was removed, but we have
    always had the same featureset in all modular builds, so that's okay.
    
    Only compile-tested, not runtime-tested.



More information about the xorg-commit mailing list