Include code in midend.c to sanitise streams of mouse events so that
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 25 Jan 2005 14:07:46 +0000 (14:07 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 25 Jan 2005 14:07:46 +0000 (14:07 +0000)
commit6776a950ab780244e06e9eca5b0f2f59053cbe6f
tree6bd4fc4341e08d009d34773e64914cb305a6aa01
parentd0e5f15694549ce600da9856005620b165ae3a97
Include code in midend.c to sanitise streams of mouse events so that
back ends can be assured of always receiving them in a sensible
sequence (button-down, followed by zero or more drags, followed by
button-up, and never changing button in the middle of such a
sequence). I have a suspicion this issue was the cause of the
mysterious Pattern grid updates seen by Dan during testing last
night.

git-svn-id: svn://svn.tartarus.org/sgt/puzzles@5208 cda61777-01e9-0310-a592-d414129be87e
midend.c
puzzles.h