On Sat, Sep 19, 2009 at 04:28:55PM -0400, Andy Neitzke wrote:
> On my system (Thinkpad X60t, Gentoo amd64) wheel emulation was broken by 
> commit f4ba2bd785b25fd522967abd7775925d5fded70f ("Allow 0 as wheel emulation 
> button for unconditional scrolling (#20529)").
> 
> A little experimenting here suggests the problem is that this commit 
> incidentally replaced
> 
> int ms;
> ms = pEvdev->emulateWheel.expires - GetTimeInMillis();
> if (ms > 0)
> 
> by
> 
> if (pEvdev->emulateWheel.expires - GetTimeInMillis() > 0)
> 
> I don't know why the two aren't equivalent -- something to do with signed 
> versus unsigned integers?

I believe this is fixed now, right?

Cheers,
Daniel

Attachment: pgpneGu7WKP9e.pgp
Description: PGP signature

_______________________________________________
xorg-devel mailing list
[email protected]
http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to