From: Eli Zaretskii Date: Fri, 25 Oct 2013 09:52:37 +0000 (+0300) Subject: Another fix for the MS-Windows build broken 4 revisions ago. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f67599d554a0b5f7c5ad50dbda61c20b98fcec49;p=emacs.git 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. --- diff --git a/src/ChangeLog b/src/ChangeLog index 3245eaa6d1e..52c025ad7aa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2013-10-25 Eli Zaretskii + * 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. diff --git a/src/w32uniscribe.c b/src/w32uniscribe.c index d8873dac383..fb3fbd0d607 100644 --- a/src/w32uniscribe.c +++ b/src/w32uniscribe.c @@ -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;