chiark / gitweb /
David Nickerson reports odd behaviour involving a drag start point
authorSimon Tatham <anakin@pobox.com>
Wed, 8 Feb 2012 23:31:58 +0000 (23:31 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 8 Feb 2012 23:31:58 +0000 (23:31 +0000)
commit0c13787c2a17adc891f8e47c06b259f80bc8251a
treee4cf3a85bf098b074d8a3f576aaae2cec1d5f14d
parentbd20565c94d20e531900c299a71bc6475c27d03f
David Nickerson reports odd behaviour involving a drag start point
persisting between separate mouse actions. Revamp all uses of the
ndragcoords field in an attempt to stamp that out: we now distinguish
between active drags (>0), a valid click but no drag yet (0), and a
totally invalid situation in which all mouse activity will be ignored
until the next fresh attempt (-1).

[originally from svn r9405]
pearl.c