# HG changeset patch # User Kenichi Handa # Date 1236771933 0 # Node ID 2abfff0e1a6d81c2a8a4f59a256c2d67b3248854 # Parent 3e084f3715bd24a57f6c61dc49729969dcec6dcb (font_open_by_spec): Extern it. diff -r 3e084f3715bd -r 2abfff0e1a6d src/font.h --- a/src/font.h Wed Mar 11 11:44:21 2009 +0000 +++ b/src/font.h Wed Mar 11 11:45:33 2009 +0000 @@ -762,6 +762,7 @@ extern void font_prepare_for_face P_ ((FRAME_PTR f, struct face *face)); extern void font_done_for_face P_ ((FRAME_PTR f, struct face *face)); +extern Lisp_Object font_open_by_spec P_ ((FRAME_PTR f, Lisp_Object spec)); extern Lisp_Object font_open_by_name P_ ((FRAME_PTR f, char *name)); extern void font_close_object (FRAME_PTR f, Lisp_Object font_object);