Mercurial > emacs
comparison src/xfaces.c @ 3843:18892e151d53
* xfaces.c (recompute_basic_faces): This shouldn't be declared static.
author | Jim Blandy <jimb@redhat.com> |
---|---|
date | Sat, 19 Jun 1993 21:28:56 +0000 |
parents | 205d69567177 |
children | a0b9347a3973 |
comparison
equal
deleted
inserted
replaced
3842:e8bcf96f1418 | 3843:18892e151d53 |
---|---|
160 static void build_face ( /* FRAME_PTR, struct face * */ ); | 160 static void build_face ( /* FRAME_PTR, struct face * */ ); |
161 int face_name_id_number ( /* FRAME_PTR, Lisp_Object name */ ); | 161 int face_name_id_number ( /* FRAME_PTR, Lisp_Object name */ ); |
162 | 162 |
163 struct face *intern_face ( /* FRAME_PTR, struct face * */ ); | 163 struct face *intern_face ( /* FRAME_PTR, struct face * */ ); |
164 static void ensure_face_ready ( /* FRAME_PTR, int id */ ); | 164 static void ensure_face_ready ( /* FRAME_PTR, int id */ ); |
165 static void recompute_basic_faces ( /* FRAME_PTR f */ ); | 165 void recompute_basic_faces ( /* FRAME_PTR f */ ); |
166 | 166 |
167 /* Allocating, copying, and comparing struct faces. */ | 167 /* Allocating, copying, and comparing struct faces. */ |
168 | 168 |
169 /* Allocate a new face */ | 169 /* Allocate a new face */ |
170 static struct face * | 170 static struct face * |