(ftxfont_draw): Use s->font_info, not face->font_info.
This commit is contained in:
parent
1a2bd6faa2
commit
794e558c7f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue