(ftxfont_draw): Use s->font_info, not face->font_info.

This commit is contained in:
Kenichi Handa 2008-02-06 11:53:49 +00:00
parent 1a2bd6faa2
commit 794e558c7f

View file

@ -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;