xf86-input-libinput: Changes to 'master'

Peter Hutterer whot at kemper.freedesktop.org
Mon May 25 16:37:01 PDT 2015


 src/libinput.c |   27 ++++++++++++++++++++++++++-
 1 file changed, 26 insertions(+), 1 deletion(-)

New commits:
commit 19c91044e44dd31deaeb638a919c64e9a9182448
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Tue May 5 14:17:10 2015 +1000

    Use the new unaccelerated valuator ValuatorMask features
    
    SDL Games like openarena rely on relative input that's handled by the DGA code
    in the server. That code casts the driver's input data to int and sends it to
    the client. libinput does pointer acceleration for us, so sending any deltas
    of less than 1 (likely for slow movements) ends up being 0.
    
    Use the new ValuatorMask accelerated/unaccelerated values to pass the
    unaccelerated values along, the server can then decide what to do with it.
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
    Reviewed-by: Hans de Goede <hdegoede at redhat.com>



More information about the xorg-commit mailing list