diff options
| author | Kenichi Handa | 2008-07-09 00:32:35 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2008-07-09 00:32:35 +0000 |
| commit | e83ceb8ba2dde95a8b91cc95f63d9ae8926caa6b (patch) | |
| tree | ca5fc4b1721c334f2a6d40725d8380258c864ccc /src | |
| parent | ec6174cdaf99af1f91f69ba4aa516cfcc074fd70 (diff) | |
| download | emacs-e83ceb8ba2dde95a8b91cc95f63d9ae8926caa6b.tar.gz emacs-e83ceb8ba2dde95a8b91cc95f63d9ae8926caa6b.zip | |
(uniscribe_open): Adjust it for the change of
font_make_object.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32uniscribe.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index 366287e8de6..8fb7eb60376 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c | |||
| @@ -120,7 +120,8 @@ uniscribe_open (f, font_entity, pixel_size) | |||
| 120 | int pixel_size; | 120 | int pixel_size; |
| 121 | { | 121 | { |
| 122 | Lisp_Object font_object | 122 | Lisp_Object font_object |
| 123 | = font_make_object (VECSIZE (struct uniscribe_font_info)); | 123 | = font_make_object (VECSIZE (struct uniscribe_font_info), |
| 124 | font_entity, pixel_size); | ||
| 124 | struct uniscribe_font_info *uniscribe_font | 125 | struct uniscribe_font_info *uniscribe_font |
| 125 | = (struct uniscribe_font_info *) XFONT_OBJECT (font_object); | 126 | = (struct uniscribe_font_info *) XFONT_OBJECT (font_object); |
| 126 | 127 | ||