From 794e558c7f5e38517b2c929401852e2f03920726 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Wed, 6 Feb 2008 11:53:49 +0000 Subject: [PATCH] (ftxfont_draw): Use s->font_info, not face->font_info. --- src/ftxfont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftxfont.c b/src/ftxfont.c index 5b0ff5faa8c..49222fdb514 100644 --- a/src/ftxfont.c +++ b/src/ftxfont.c @@ -370,7 +370,7 @@ ftxfont_draw (s, from, to, x, y, with_background) { FRAME_PTR f = s->f; struct face *face = s->face; - struct font *font = (struct font *) face->font_info; + struct font *font = (struct font *) s->font_info; XPoint p[0x700]; int n[7]; unsigned *code; -- 2.39.5