]> asedeno.scripts.mit.edu Git - PuTTY.git/commit - window.c
Jordan Russell's patch: only process mouse drags when we have the
authorSimon Tatham <anakin@pobox.com>
Sat, 29 Dec 2001 14:05:07 +0000 (14:05 +0000)
committerSimon Tatham <anakin@pobox.com>
Sat, 29 Dec 2001 14:05:07 +0000 (14:05 +0000)
commit7423036505911f6b34ebdb511a0e9e9fa0927696
treedaca17bb042226790ad42ce0718dd9b5ec11442f
parentdf00590b43397a9263bfaedf3b40fe972a11ddc1
Jordan Russell's patch: only process mouse drags when we have the
mouse capture, which in turn will only occur if the initial click
was in the PuTTY client area. Prevents mouse drag events without an
initiating click, and also prevents selection occurring at
unexpected moments such as if you move the mouse before releasing
the second click after double-clicking the title bar to maximise the
window.

[originally from svn r1515]
window.c