]> git.eshelyaron.com Git - emacs.git/commitdiff
* font.h (font_put_extra): Moved declaration from font.c.
authorJason Rumney <jasonr@gnu.org>
Thu, 31 May 2007 15:51:29 +0000 (15:51 +0000)
committerJason Rumney <jasonr@gnu.org>
Thu, 31 May 2007 15:51:29 +0000 (15:51 +0000)
src/font.h

index e284ae74c780f8b1e59b06f3b96da2b7d4b85358..3b12770d74d6037b6173f035e2dc4f2629ccaa80 100644 (file)
@@ -473,6 +473,8 @@ extern Lisp_Object font_at P_ ((int c, EMACS_INT pos, struct face *face,
 
 extern struct font *font_prepare_composition P_ ((struct composition *cmp));
 
+extern Lisp_Object font_put_extra P_ ((Lisp_Object font, Lisp_Object prop,
+                                       Lisp_Object val));
 
 #ifdef HAVE_LIBOTF
 /* This can be used as `otf_capability' method of a font-driver.  */