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.h [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/w32term.h [emacs-unicode-2]
Date: Mon, 28 Jun 2004 03:55:06 -0400

Index: emacs/src/w32term.h
diff -c emacs/src/w32term.h:1.57.2.2 emacs/src/w32term.h:1.57.2.3
*** emacs/src/w32term.h:1.57.2.2        Fri Apr 16 12:50:51 2004
--- emacs/src/w32term.h Mon Jun 28 07:29:24 2004
***************
*** 252,257 ****
--- 252,261 ----
  
  struct w32_display_info *x_display_info_for_name ();
  
+ Lisp_Object display_x_get_resource P_ ((struct w32_display_info *,
+                                       Lisp_Object, Lisp_Object,
+                                       Lisp_Object, Lisp_Object));
+ 
  extern struct w32_display_info *w32_term_init ();
  
  extern Lisp_Object w32_list_fonts P_ ((struct frame *, Lisp_Object, int, 
int));
***************
*** 721,729 ****
  
  XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *);
  struct frame * check_x_frame (Lisp_Object);
  EXFUN (Fx_display_color_p, 1);
  EXFUN (Fx_display_grayscale_p, 1);
- int image_ascent P_ ((struct image *, struct face *));
  
  #define FONT_TYPE_FOR_UNIBYTE(font, ch)                       \
    ((font)->bdf ? BDF_1D_FONT : ANSI_FONT)
--- 725,734 ----
  
  XGCValues *XCreateGC (void *, Window, unsigned long, XGCValues *);
  struct frame * check_x_frame (Lisp_Object);
+ Lisp_Object vga_stdcolor_name (int);
+ 
  EXFUN (Fx_display_color_p, 1);
  EXFUN (Fx_display_grayscale_p, 1);
  
  #define FONT_TYPE_FOR_UNIBYTE(font, ch)                       \
    ((font)->bdf ? BDF_1D_FONT : ANSI_FONT)




reply via email to

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