diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/font.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/font.h b/src/font.h index ee8d2e27258..4bef1b2f00e 100644 --- a/src/font.h +++ b/src/font.h | |||
| @@ -479,9 +479,9 @@ extern struct font *font_prepare_composition P_ ((struct composition *cmp)); | |||
| 479 | extern Lisp_Object font_otf_capability P_ ((struct font *font)); | 479 | extern Lisp_Object font_otf_capability P_ ((struct font *font)); |
| 480 | /* This can be used as `otf_drive' method of a font-driver. */ | 480 | /* This can be used as `otf_drive' method of a font-driver. */ |
| 481 | extern int font_drive_otf P_ ((struct font *font, Lisp_Object otf_features, | 481 | extern int font_drive_otf P_ ((struct font *font, Lisp_Object otf_features, |
| 482 | Lisp_Object gstring_in, int from, int to, | 482 | Lisp_Object gstring_in, int from, int to, |
| 483 | Lisp_Object gstring_out, int idx, | 483 | Lisp_Object gstring_out, int idx, |
| 484 | int alternate_subst)); | 484 | int alternate_subst)); |
| 485 | #endif /* HAVE_LIBOTF */ | 485 | #endif /* HAVE_LIBOTF */ |
| 486 | 486 | ||
| 487 | #ifdef HAVE_FREETYPE | 487 | #ifdef HAVE_FREETYPE |