Mercurial > emacs
changeset 53352:958aea5e5a05
(face_font_available_p): Extern it.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 29 Dec 2003 06:53:28 +0000 |
parents | d3b9902eacfe |
children | b085f18ebcf0 |
files | src/dispextern.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Mon Dec 29 01:01:48 2003 +0000 +++ b/src/dispextern.h Mon Dec 29 06:53:28 2003 +0000 @@ -2582,6 +2582,7 @@ unsigned long load_color P_ ((struct frame *, struct face *, Lisp_Object, enum lface_attribute_index)); void unload_color P_ ((struct frame *, unsigned long)); +int face_font_available_p P_ ((struct frame *, Lisp_Object)); int ascii_face_of_lisp_face P_ ((struct frame *, int)); void prepare_face_for_display P_ ((struct frame *, struct face *)); int xstricmp P_ ((const unsigned char *, const unsigned char *));