comparison src/font.h @ 97887:cff62eaa08c4

* font.h (font_range): * fileio.c (report_file_error): * composite.c (composition_update_it): Yet another int/Lisp_Oject mixup.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 31 Aug 2008 00:56:58 +0000
parents b3102226d335
children 1dc21862170d
comparison
equal deleted inserted replaced
97886:8e29e47e574f 97887:cff62eaa08c4
755 extern void register_font_driver P_ ((struct font_driver *driver, FRAME_PTR f)); 755 extern void register_font_driver P_ ((struct font_driver *driver, FRAME_PTR f));
756 extern void free_font_driver_list P_ ((FRAME_PTR f)); 756 extern void free_font_driver_list P_ ((FRAME_PTR f));
757 extern Lisp_Object font_update_drivers P_ ((FRAME_PTR f, Lisp_Object list)); 757 extern Lisp_Object font_update_drivers P_ ((FRAME_PTR f, Lisp_Object list));
758 extern Lisp_Object font_at P_ ((int c, EMACS_INT pos, struct face *face, 758 extern Lisp_Object font_at P_ ((int c, EMACS_INT pos, struct face *face,
759 struct window *w, Lisp_Object object)); 759 struct window *w, Lisp_Object object));
760 extern EMACS_INT font_range P_ ((EMACS_INT, EMACS_INT *, 760 extern Lisp_Object font_range (EMACS_INT, EMACS_INT *,
761 struct window *, struct face *, 761 struct window *, struct face *,
762 Lisp_Object)); 762 Lisp_Object);
763 extern void font_fill_lglyph_metrics P_ ((Lisp_Object, Lisp_Object)); 763 extern void font_fill_lglyph_metrics P_ ((Lisp_Object, Lisp_Object));
764 764
765 extern Lisp_Object font_put_extra P_ ((Lisp_Object font, Lisp_Object prop, 765 extern Lisp_Object font_put_extra P_ ((Lisp_Object font, Lisp_Object prop,
766 Lisp_Object val)); 766 Lisp_Object val));
767 767