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:
Eli Zaretskii 2013-10-25 12:52:37 +03:00
parent fbfd0e1d75
commit f67599d554
2 changed files with 4 additions and 1 deletions

View file

@ -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.

View file

@ -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;