]> git.eshelyaron.com Git - emacs.git/commitdiff
(font_open_by_spec): Extern it.
authorKenichi Handa <handa@m17n.org>
Wed, 11 Mar 2009 11:45:47 +0000 (11:45 +0000)
committerKenichi Handa <handa@m17n.org>
Wed, 11 Mar 2009 11:45:47 +0000 (11:45 +0000)
src/ChangeLog
src/font.h

index 036d540a0153eaf8ceda58e70dd1ccaa5b826138..e5b46615fcca79289a6cfa97d55c11d641facb8c 100644 (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.
 
index 6a3c9e70d14c782e84647639c87b17fbcd88986d..b481c31a1324c885318008b3049a574af98d0e43 100644 (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);