]> git.eshelyaron.com Git - emacs.git/commitdiff
(ftxfont_draw): Use s->font_info, not face->font_info.
authorKenichi Handa <handa@m17n.org>
Wed, 6 Feb 2008 11:53:49 +0000 (11:53 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 6 Feb 2008 11:53:49 +0000 (11:53 +0000)
src/ftxfont.c

index 5b0ff5faa8c2497256e50d61e040dcc041b32502..49222fdb514e7c62547af0735dc1acaa28431bb9 100644 (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;