]> git.eshelyaron.com Git - emacs.git/commitdiff
Another fix for the MS-Windows build broken 4 revisions ago.
authorEli Zaretskii <eliz@gnu.org>
Fri, 25 Oct 2013 09:52:37 +0000 (12:52 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 25 Oct 2013 09:52:37 +0000 (12:52 +0300)
 src/w32uniscribe.c (uniscribe_close): Adjust the argument list to
 the changed signature of the font driver's 'close' method.

src/ChangeLog
src/w32uniscribe.c

index 3245eaa6d1e7fa440ce9d357685c4fdaa66fb387..52c025ad7aae75c05a8791a2b35f2e689e9b5907 100644 (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.
 
index d8873dac383d8435fa661f805b9589c7f8b7e81b..fb3fbd0d607452358805fbd1a095326d0ba9fc4c 100644 (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;