diff options
| author | Kenichi Handa | 2006-06-16 12:27:57 +0000 |
|---|---|---|
| committer | Kenichi Handa | 2006-06-16 12:27:57 +0000 |
| commit | ff35ddd4f7eb75bf2eaee655f309bd81b360e3df (patch) | |
| tree | 5e0cb7e772a0854b0f33b736b917a68c8a821a13 /src/fontset.h | |
| parent | 03ef560c9ae56a081b307d0481759ce31f3ee8f7 (diff) | |
| download | emacs-ff35ddd4f7eb75bf2eaee655f309bd81b360e3df.tar.gz emacs-ff35ddd4f7eb75bf2eaee655f309bd81b360e3df.zip | |
(new_fontset_from_font) [USE_FONT_BACKEND]: Prototype
adjusted.
Diffstat (limited to 'src/fontset.h')
| -rw-r--r-- | src/fontset.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fontset.h b/src/fontset.h index 3ce5e9ea7fa..3a6263ac6b4 100644 --- a/src/fontset.h +++ b/src/fontset.h | |||
| @@ -259,7 +259,7 @@ extern int fontset_height P_ ((int)); | |||
| 259 | #ifdef USE_FONT_BACKEND | 259 | #ifdef USE_FONT_BACKEND |
| 260 | struct font; | 260 | struct font; |
| 261 | extern int face_for_font P_ ((struct frame *, struct font *, struct face *)); | 261 | extern int face_for_font P_ ((struct frame *, struct font *, struct face *)); |
| 262 | extern int new_fontset_from_font P_ ((FRAME_PTR, Lisp_Object)); | 262 | extern int new_fontset_from_font P_ ((Lisp_Object)); |
| 263 | extern struct font *fontset_ascii_font P_ ((FRAME_PTR, int)); | 263 | extern struct font *fontset_ascii_font P_ ((FRAME_PTR, int)); |
| 264 | #endif /* USE_FONT_BACKEND */ | 264 | #endif /* USE_FONT_BACKEND */ |
| 265 | 265 | ||