aboutsummaryrefslogtreecommitdiffstats
path: root/src/font.h
diff options
context:
space:
mode:
authorKenichi Handa2009-03-11 11:45:47 +0000
committerKenichi Handa2009-03-11 11:45:47 +0000
commitff85581a0fac99e42fdc6b2d1e2819afced9769f (patch)
treeccde45723915640a9994a732c0ab204ef9bb43de /src/font.h
parentc50b7e98eae199d032b24115ae98a520b7b1cda4 (diff)
downloademacs-ff85581a0fac99e42fdc6b2d1e2819afced9769f.tar.gz
emacs-ff85581a0fac99e42fdc6b2d1e2819afced9769f.zip
(font_open_by_spec): Extern it.
Diffstat (limited to 'src/font.h')
-rw-r--r--src/font.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h
index 6a3c9e70d14..b481c31a132 100644
--- a/src/font.h
+++ b/src/font.h
@@ -762,6 +762,7 @@ extern Lisp_Object font_load_for_lface P_ ((FRAME_PTR f, Lisp_Object *lface,
762extern void font_prepare_for_face P_ ((FRAME_PTR f, struct face *face)); 762extern void font_prepare_for_face P_ ((FRAME_PTR f, struct face *face));
763extern void font_done_for_face P_ ((FRAME_PTR f, struct face *face)); 763extern void font_done_for_face P_ ((FRAME_PTR f, struct face *face));
764 764
765extern Lisp_Object font_open_by_spec P_ ((FRAME_PTR f, Lisp_Object spec));
765extern Lisp_Object font_open_by_name P_ ((FRAME_PTR f, char *name)); 766extern Lisp_Object font_open_by_name P_ ((FRAME_PTR f, char *name));
766extern void font_close_object (FRAME_PTR f, Lisp_Object font_object); 767extern void font_close_object (FRAME_PTR f, Lisp_Object font_object);
767 768