From 973185256e5c18dafa6659a3ac405965d640f3c9 Mon Sep 17 00:00:00 2001 From: simon Date: Mon, 18 Jul 2011 18:04:39 +0000 Subject: [PATCH] Reinstate a missing invocation of the FONT_QUALITY macro which I accidentally removed in the big config revamp. git-svn-id: svn://svn.tartarus.org/sgt/putty@9231 cda61777-01e9-0310-a592-d414129be87e --- windows/window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windows/window.c b/windows/window.c index 102c470d..b71f0bb0 100644 --- a/windows/window.c +++ b/windows/window.c @@ -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); -- 2.11.0