mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-04 19:10:37 -08:00
(uniscribe_open): Adjust it for the change of
font_make_object.
This commit is contained in:
parent
ec6174cdaf
commit
e83ceb8ba2
1 changed files with 2 additions and 1 deletions
|
|
@ -120,7 +120,8 @@ uniscribe_open (f, font_entity, pixel_size)
|
|||
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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue