Mercurial > emacs
changeset 96564:9ee160a11a03
(uniscribe_open): Adjust it for the change of
font_make_object.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 09 Jul 2008 00:32:35 +0000 |
parents | 5deb199cf917 |
children | 4946eb5a06ce |
files | src/w32uniscribe.c |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/w32uniscribe.c Wed Jul 09 00:32:22 2008 +0000 +++ b/src/w32uniscribe.c Wed Jul 09 00:32:35 2008 +0000 @@ -120,7 +120,8 @@ int pixel_size; { Lisp_Object font_object - = font_make_object (VECSIZE (struct uniscribe_font_info)); + = font_make_object (VECSIZE (struct uniscribe_font_info), + font_entity, pixel_size); struct uniscribe_font_info *uniscribe_font = (struct uniscribe_font_info *) XFONT_OBJECT (font_object);