Another fix for the MS-Windows build broken 4 revisions ago.
src/w32uniscribe.c (uniscribe_close): Adjust the argument list to the changed signature of the font driver's 'close' method.
This commit is contained in:
parent
fbfd0e1d75
commit
f67599d554
2 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
|||
2013-10-25 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* w32uniscribe.c (uniscribe_close): Adjust the argument list to
|
||||
the changed signature of the font driver's 'close' method.
|
||||
|
||||
* w32font.h (w32font_close): Adjust the prototype to the change in
|
||||
function definition.
|
||||
|
||||
|
|
|
@ -135,7 +135,7 @@ uniscribe_open (struct frame *f, Lisp_Object font_entity, int pixel_size)
|
|||
}
|
||||
|
||||
static void
|
||||
uniscribe_close (struct frame *f, struct font *font)
|
||||
uniscribe_close (struct font *font)
|
||||
{
|
||||
struct uniscribe_font_info *uniscribe_font
|
||||
= (struct uniscribe_font_info *) font;
|
||||
|
|
Loading…
Add table
Reference in a new issue