Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jun 2007 08:29:18 +0000 (UTC)
From:      Philip Paeps <philip@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/moused moused.c
Message-ID:  <200706200829.l5K8TIro057868@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
philip      2007-06-20 08:29:18 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    usr.sbin/moused      moused.c 
  Log:
  MFC: moused.c rev 1.79
  
      Fix a (very) longstanding bug in moused(8) affecting high-resolution
      rodents when linear acceleration (-a) was enabled with a <1 value to
      slow them down.
  
      Previously, rounding errors would eat small movements so the mouse
      had to be moved a certain distance to get any movement at all.  We
      now calculate the rounding errors and take them into account when
      reporting movement.
  
  Submitted by:   Oliver Fromme <olli -at- lurza.secnetix.de>
  
  Revision  Changes    Path
  1.70.2.5  +41 -6     src/usr.sbin/moused/moused.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200706200829.l5K8TIro057868>