1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 01:48:00 +00:00

Reinstate a missing invocation of the FONT_QUALITY macro which I

accidentally removed in the big config revamp.

[originally from svn r9231]
This commit is contained in:
Simon Tatham 2011-07-18 18:04:39 +00:00
parent fadbd546fc
commit c33c02fb84

View File

@ -1433,7 +1433,7 @@ static void init_fonts(int pick_width, int pick_height)
#define f(i,c,w,u) \
fonts[i] = CreateFont (font_height, font_width, 0, 0, w, FALSE, u, FALSE, \
c, OUT_DEFAULT_PRECIS, \
CLIP_DEFAULT_PRECIS, quality, \
CLIP_DEFAULT_PRECIS, FONT_QUALITY(quality), \
FIXED_PITCH | FF_DONTCARE, font->name)
f(FONT_NORMAL, font->charset, fw_dontcare, FALSE);