diff src/w32term.h @ 55672:c2e5f1d0cc84

(display_x_get_resource, vga_stdcolor_name): Add prototype.
author Jason Rumney <jasonr@gnu.org>
date Tue, 18 May 2004 19:55:30 +0000
parents 488c36800dcc
children c6a3ae6654db 14e5707213a6 4c90ffeb71c5
line wrap: on
line diff
--- a/src/w32term.h	Tue May 18 19:53:08 2004 +0000
+++ b/src/w32term.h	Tue May 18 19:55:30 2004 +0000
@@ -252,6 +252,10 @@
 
 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));
@@ -719,6 +723,8 @@
 
 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);