1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-07 15:21:46 +00:00

(font_open_by_spec): Extern it.

This commit is contained in:
Kenichi Handa 2009-03-11 11:45:47 +00:00
parent c50b7e98ea
commit ff85581a0f
2 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,7 @@
2009-03-11 Kenichi Handa <handa@m17n.org>
* font.h (font_open_by_spec): Extern it.
* font.c (font_open_by_spec): New function.
(font_open_by_name): Use font_open_by_spec.

View File

@ -762,6 +762,7 @@ extern Lisp_Object font_load_for_lface P_ ((FRAME_PTR f, Lisp_Object *lface,
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);