changeset 91579:d6609d967fc0

(ftxfont_draw): Use s->font_info, not face->font_info.
author Kenichi Handa <handa@m17n.org>
date Wed, 06 Feb 2008 11:53:49 +0000
parents d20d77b34b8e
children 590316ce824f
files src/ftxfont.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/ftxfont.c	Wed Feb 06 11:52:58 2008 +0000
+++ b/src/ftxfont.c	Wed Feb 06 11:53:49 2008 +0000
@@ -370,7 +370,7 @@
 {
   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;