diff options
| author | Jason Rumney | 2007-05-31 15:51:29 +0000 |
|---|---|---|
| committer | Jason Rumney | 2007-05-31 15:51:29 +0000 |
| commit | 17484ddcc7bce72639faafe9393e6874263512de (patch) | |
| tree | f3e0cdbb1786ccc4e6346d4f476ba24f18e415e3 /src | |
| parent | 173895decc557dc16014ce0a1202b6c4e2ede0c9 (diff) | |
| download | emacs-17484ddcc7bce72639faafe9393e6874263512de.tar.gz emacs-17484ddcc7bce72639faafe9393e6874263512de.zip | |
* font.h (font_put_extra): Moved declaration from font.c.
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/font.h b/src/font.h index e284ae74c78..3b12770d74d 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -473,6 +473,8 @@ extern Lisp_Object font_at P_ ((int c, EMACS_INT pos, struct face *face, | |||
| 473 | 473 | ||
| 474 | extern struct font *font_prepare_composition P_ ((struct composition *cmp)); | 474 | extern struct font *font_prepare_composition P_ ((struct composition *cmp)); |
| 475 | 475 | ||
| 476 | extern Lisp_Object font_put_extra P_ ((Lisp_Object font, Lisp_Object prop, | ||
| 477 | Lisp_Object val)); | ||
| 476 | 478 | ||
| 477 | #ifdef HAVE_LIBOTF | 479 | #ifdef HAVE_LIBOTF |
| 478 | /* This can be used as `otf_capability' method of a font-driver. */ | 480 | /* This can be used as `otf_capability' method of a font-driver. */ |