From: Kenichi Handa Date: Wed, 6 Feb 2008 11:53:49 +0000 (+0000) Subject: (ftxfont_draw): Use s->font_info, not face->font_info. X-Git-Tag: emacs-pretest-23.0.90~8142 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=794e558c7f5e38517b2c929401852e2f03920726;p=emacs.git (ftxfont_draw): Use s->font_info, not face->font_info. --- 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;