emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r114800: Another fix for the MS-Windows build broken


From: Eli Zaretskii
Subject: [Emacs-diffs] trunk r114800: Another fix for the MS-Windows build broken 4 revisions ago.
Date: Fri, 25 Oct 2013 09:53:26 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 114800
revision-id: address@hidden
parent: address@hidden
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Fri 2013-10-25 12:52:37 +0300
message:
  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.
modified:
  src/ChangeLog                  changelog-20091113204419-o5vbwnq5f7feedwu-1438
  src/w32uniscribe.c             
w32uniscribe.c-20091113204419-o5vbwnq5f7feedwu-8619
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2013-10-25 09:42:41 +0000
+++ b/src/ChangeLog     2013-10-25 09:52:37 +0000
@@ -1,5 +1,8 @@
 2013-10-25  Eli Zaretskii  <address@hidden>
 
+       * 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.
 

=== modified file 'src/w32uniscribe.c'
--- a/src/w32uniscribe.c        2013-10-25 09:42:41 +0000
+++ b/src/w32uniscribe.c        2013-10-25 09:52:37 +0000
@@ -135,7 +135,7 @@
 }
 
 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;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]