changeset 3830:205d69567177

* xfaces.c: Add forward declaration for recompute_basic_faces.
author Jim Blandy <jimb@redhat.com>
date Sat, 19 Jun 1993 01:08:14 +0000
parents 4130587b6ffc
children 9d48091cd976
files src/xfaces.c
diffstat 1 files changed, 5 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/xfaces.c	Sat Jun 19 01:04:50 1993 +0000
+++ b/src/xfaces.c	Sat Jun 19 01:08:14 1993 +0000
@@ -157,11 +157,12 @@
 
 Lisp_Object Qface, Qwindow, Qpriority;
 
-static void build_face ();
-int face_name_id_number ();
+static void build_face ( /* FRAME_PTR, struct face * */ );
+int face_name_id_number ( /* FRAME_PTR, Lisp_Object name */ );
 
-struct face *intern_face ();
-static void ensure_face_ready ();
+struct face *intern_face ( /* FRAME_PTR, struct face * */ );
+static void ensure_face_ready ( /* FRAME_PTR, int id */ );
+static void recompute_basic_faces ( /* FRAME_PTR f */ );
 
 /* Allocating, copying, and comparing struct faces.  */