diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/font.h b/src/font.h index 2419e196186..c70e87deabc 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -769,7 +769,7 @@ EXFUN (Ffont_xlfd_name, 2); | |||
| 769 | 769 | ||
| 770 | extern Lisp_Object font_make_spec P_ ((void)); | 770 | extern Lisp_Object font_make_spec P_ ((void)); |
| 771 | extern Lisp_Object font_make_entity P_ ((void)); | 771 | extern Lisp_Object font_make_entity P_ ((void)); |
| 772 | extern Lisp_Object font_make_object P_ ((int)); | 772 | extern Lisp_Object font_make_object P_ ((int, Lisp_Object, int)); |
| 773 | 773 | ||
| 774 | extern Lisp_Object find_font_encoding P_ ((Lisp_Object)); | 774 | extern Lisp_Object find_font_encoding P_ ((Lisp_Object)); |
| 775 | extern int font_registry_charsets P_ ((Lisp_Object, struct charset **, | 775 | extern int font_registry_charsets P_ ((Lisp_Object, struct charset **, |
| @@ -780,7 +780,7 @@ extern Lisp_Object font_style_symbolic P_ ((Lisp_Object font, | |||
| 780 | enum font_property_index prop, | 780 | enum font_property_index prop, |
| 781 | int for_face)); | 781 | int for_face)); |
| 782 | 782 | ||
| 783 | extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object entity)); | 783 | extern int font_match_p P_ ((Lisp_Object spec, Lisp_Object font)); |
| 784 | extern Lisp_Object font_list_entities P_ ((Lisp_Object frame, | 784 | extern Lisp_Object font_list_entities P_ ((Lisp_Object frame, |
| 785 | Lisp_Object spec)); | 785 | Lisp_Object spec)); |
| 786 | 786 | ||