Mercurial > emacs
changeset 88369:8f5d9817e9d3
(free_realized_face, check_face_attribytes,
generate_ascii_font): Extern them.
(free_realized_multibyte_face): Extern deleted.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 01 Mar 2002 01:25:27 +0000 |
parents | 1b036641f108 |
children | 533b26683ad8 |
files | src/dispextern.h |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Fri Mar 01 01:25:08 2002 +0000 +++ b/src/dispextern.h Fri Mar 01 01:25:27 2002 +0000 @@ -2293,9 +2293,12 @@ int, int *, enum face_id, int)); int compute_char_face P_ ((struct frame *, int, Lisp_Object)); void free_all_realized_faces P_ ((Lisp_Object)); +void free_realized_face P_ ((struct frame *, struct face *)); + extern Lisp_Object Qforeground_color, Qbackground_color; extern char unspecified_fg[], unspecified_bg[]; -void free_realized_multibyte_face P_ ((struct frame *, int)); +extern void check_face_attributes P_ ((Lisp_Object, Lisp_Object, Lisp_Object)); +extern int generate_ascii_font P_ ((Lisp_Object, Lisp_Object)); /* Defined in xfns.c */