]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Don't call ReleaseCapture() on any mouse-button-up event. Instead,
authorSimon Tatham <anakin@pobox.com>
Wed, 21 Jan 2009 18:47:03 +0000 (18:47 +0000)
committerSimon Tatham <anakin@pobox.com>
Wed, 21 Jan 2009 18:47:03 +0000 (18:47 +0000)
commit9b2515f97ec2353480d2f1a9cb8d404eeeae1d80
tree6965f4f599b64b70ca50b219f3690c20b13bb683
parent464aa76aaf9e7d9e13b9c0e9c5fd3baaf58c5aea
Don't call ReleaseCapture() on any mouse-button-up event. Instead,
only call it when the _last_ mouse button comes back up. Otherwise,
xterm mouse tracking will lose a button-up event if you press down
two buttons, move the mouse outside the window, then release them
one at a time.

[originally from svn r8425]
windows/window.c