emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/w32term.c


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/w32term.c
Date: Sun, 20 Mar 2005 17:28:58 -0500

Index: emacs/src/w32term.c
diff -c emacs/src/w32term.c:1.223 emacs/src/w32term.c:1.224
*** emacs/src/w32term.c:1.223   Thu Jan 27 22:33:39 2005
--- emacs/src/w32term.c Sun Mar 20 22:28:55 2005
***************
*** 819,825 ****
  
  /* Function prototypes of this page.  */
  
! XCharStruct *w32_per_char_metric P_ ((XFontStruct *, wchar_t *, int));
  static int w32_encode_char P_ ((int, wchar_t *, struct font_info *, int *));
  
  
--- 819,826 ----
  
  /* Function prototypes of this page.  */
  
! XCharStruct *w32_per_char_metric P_ ((FRAME_PTR f,
!                                       XFontStruct *, wchar_t *, int));
  static int w32_encode_char P_ ((int, wchar_t *, struct font_info *, int *));
  
  
***************
*** 957,963 ****
  
  
  XCharStruct *
! w32_per_char_metric (font, char2b, font_type)
       XFontStruct *font;
       wchar_t *char2b;
       int /* enum w32_char_font_type */ font_type;
--- 958,965 ----
  
  
  XCharStruct *
! w32_per_char_metric (f, font, char2b, font_type)
!      FRAME_PTR f;
       XFontStruct *font;
       wchar_t *char2b;
       int /* enum w32_char_font_type */ font_type;




reply via email to

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