Fix segfault in general_textout with variable-pitch fonts: we can't
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 29 Dec 2010 16:00:58 +0000 (16:00 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Wed, 29 Dec 2010 16:00:58 +0000 (16:00 +0000)
commit53126a62c0456c53cabb6cb83741f60c02433044
tree1feb5ccedb2ac3cc8fe7571dae20ae75db8208a0
parent14ce98878d96729b687fdd3cd734081eb0ef37c6
Fix segfault in general_textout with variable-pitch fonts: we can't
pass null lpDx, because general_textout depends on it being filled in.
Instead we null it out in the calls to subroutines _from_
general_textout.

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