Jordan Russell's patch: only process mouse drags when we have the
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Dec 2001 14:05:07 +0000 (14:05 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Sat, 29 Dec 2001 14:05:07 +0000 (14:05 +0000)
commit319bfe5a459b82240e57b11f38c9f7bf2b53b6da
treedaca17bb042226790ad42ce0718dd9b5ec11442f
parent3a65c351d4889ff053732871631c4b16f9ed766b
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.

git-svn-id: svn://svn.tartarus.org/sgt/putty@1515 cda61777-01e9-0310-a592-d414129be87e
window.c