changeset 102485:2abfff0e1a6d

(font_open_by_spec): Extern it.
author Kenichi Handa <handa@m17n.org>
date Wed, 11 Mar 2009 11:45:33 +0000
parents 3e084f3715bd
children 12a2c324cf57
files src/font.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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);