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;