Stop general_textout() from trying to slice up the input clipping
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 30 Dec 2010 00:06:43 +0000 (00:06 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 30 Dec 2010 00:06:43 +0000 (00:06 +0000)
commit19e569a109deafe1e966645084ee09ed6ea428c9
tree65723d989a4ad5963f0f771bcbb510d650a77876
parent798a50bf16c5c2b5c304643a77851d41088f5c16
Stop general_textout() from trying to slice up the input clipping
rectangle into smaller ones: it doesn't work any more, since the new
variable-pitch code can now call general_textout() with a larger
clipping rectangle than the text it's meant to be displaying. Instead,
general_textout() now uses the same semantics as the next loop up in
do_text_internal(): the first piece of text it displays uses the
opacity setting passed in, which blanks the entire clipping rectangle
if necessary, and then subsequent overlays are non-opaque. And the
same clipping rectangle is used throughout.

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