Mercurial > emacs
changeset 89698:2ae6208036bd
(face_for_char): Prototype adjusted.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 13 Jan 2004 01:35:47 +0000 |
parents | e3cedd99e51a |
children | cda6f41a592e |
files | src/fontset.h |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/fontset.h Tue Jan 13 01:34:56 2004 +0000 +++ b/src/fontset.h Tue Jan 13 01:35:47 2004 +0000 @@ -194,7 +194,8 @@ extern void free_face_fontset P_ ((FRAME_PTR, struct face *)); extern Lisp_Object fontset_font_pattern P_ ((FRAME_PTR, struct face *, int)); extern int face_suitable_for_char_p P_ ((struct face *, int)); -extern int face_for_char P_ ((FRAME_PTR, struct face *, int)); +extern int face_for_char P_ ((FRAME_PTR, struct face *, int, + int, Lisp_Object)); extern int make_fontset_for_ascii_face P_ ((FRAME_PTR, int, struct face *)); extern int new_fontset_from_font_name P_ ((Lisp_Object)); extern struct font_info *fs_load_font P_ ((struct frame *, char *, int));