# HG changeset patch # User Jim Blandy # Date 740452094 0 # Node ID 205d695671771f5f7854fe8f4b96ce5563c3a5c9 # Parent 4130587b6ffcbfe8c08977340d3636e1b40875a3 * xfaces.c: Add forward declaration for recompute_basic_faces. diff -r 4130587b6ffc -r 205d69567177 src/xfaces.c --- 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. */