Mercurial > emacs
changeset 96557:eed170a61843
(font_make_object, font_match_p): Adjust prototypes.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Wed, 09 Jul 2008 00:29:23 +0000 |
parents | 0af6d3c9fb7c |
children | 2d344e7d113a |
files | src/font.h |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/font.h Wed Jul 09 00:29:03 2008 +0000 +++ b/src/font.h Wed Jul 09 00:29:23 2008 +0000 @@ -769,7 +769,7 @@ extern Lisp_Object font_make_spec P_ ((void)); extern Lisp_Object font_make_entity P_ ((void)); -extern Lisp_Object font_make_object P_ ((int)); +extern Lisp_Object font_make_object P_ ((int, Lisp_Object, int)); extern Lisp_Object find_font_encoding P_ ((Lisp_Object)); extern int font_registry_charsets P_ ((Lisp_Object, struct charset **, @@ -780,7 +780,7 @@ enum font_property_index prop, int for_face)); -extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object entity)); +extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object font)); extern Lisp_Object font_list_entities P_ ((Lisp_Object frame, Lisp_Object spec));