Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2008 10:00:05 GMT
From:      Aragon Gouveia <aragon@phat.za.net>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/120186: [patch] moused(8) improvement to virtual scrolling
Message-ID:  <200802011000.m11A05kh073998@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/120186; it has been noted by GNATS.

From: Aragon Gouveia <aragon@phat.za.net>
To: bug-followup@FreeBSD.org, aragon@phat.za.net
Cc:  
Subject: Re: bin/120186: [patch] moused(8) improvement to virtual scrolling
Date: Fri, 1 Feb 2008 11:32:54 +0200

 Hi,
 
 I've spotted a tiny annoyance with my patch.  Below is a further update that
 fixes it. :)
 
 
 Thanks,
 Aragon
 
 
 --- moused.c.orig2	2008-02-01 11:30:31.000000000 +0200
 +++ moused.c	2008-02-01 11:30:12.000000000 +0200
 @@ -1193,8 +1193,7 @@
  				}
  				if (scroll_state == SCROLL_SCROLLING)
 scroll_movement = hscroll_movement = 0;
  			}
 -		}
 -		if (scroll_state == SCROLL_SCROLLING) {
 +		} else if (scroll_state == SCROLL_SCROLLING) {
  			 if (rodent.flags & VirtualScroll) {
  				 scroll_movement += action2.dy;
  				 debug("SCROLL: %d", scroll_movement);



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