mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05: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:
parent
fadbd546fc
commit
c33c02fb84
@ -1433,7 +1433,7 @@ static void init_fonts(int pick_width, int pick_height)
|
|||||||
#define f(i,c,w,u) \
|
#define f(i,c,w,u) \
|
||||||
fonts[i] = CreateFont (font_height, font_width, 0, 0, w, FALSE, u, FALSE, \
|
fonts[i] = CreateFont (font_height, font_width, 0, 0, w, FALSE, u, FALSE, \
|
||||||
c, OUT_DEFAULT_PRECIS, \
|
c, OUT_DEFAULT_PRECIS, \
|
||||||
CLIP_DEFAULT_PRECIS, quality, \
|
CLIP_DEFAULT_PRECIS, FONT_QUALITY(quality), \
|
||||||
FIXED_PITCH | FF_DONTCARE, font->name)
|
FIXED_PITCH | FF_DONTCARE, font->name)
|
||||||
|
|
||||||
f(FONT_NORMAL, font->charset, fw_dontcare, FALSE);
|
f(FONT_NORMAL, font->charset, fw_dontcare, FALSE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user