Tartarus CVS: putty: simon

tartarus-commits@lists.tartarus.org tartarus-commits@lists.tartarus.org
Wed, 21 Jan 2004 20:59:22 +0000


CVS Root:       /home/cvs
Module:         putty
Changes by:     simon
Date:           Wed Jan 21 2004  20:59:22 GMT

Log message:
Kaisuke Nakajima points out that it's unnecessary to translate
negative font sizes (meaning pixels) into positive ones (points) in
winstore.c, since it gets done anyway at the point of font creation;
and removing the code in winstore.c means that the precise font
entered by the user is saved in the config, rather than being
rounded.

Modified files:
    .               : winctrls.c winstore.c

Links:
http://cvs.tartarus.org//putty/winctrls.c.diff?r1=1.31&r2=1.32
http://cvs.tartarus.org//putty/winstore.c.diff?r1=1.17&r2=1.18