summaryrefslogtreecommitdiff
path: root/src/fontset.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2006-06-16 12:27:57 +0000
committerKenichi Handa <handa@m17n.org>2006-06-16 12:27:57 +0000
commitff35ddd4f7eb75bf2eaee655f309bd81b360e3df (patch)
tree5e0cb7e772a0854b0f33b736b917a68c8a821a13 /src/fontset.h
parent03ef560c9ae56a081b307d0481759ce31f3ee8f7 (diff)
downloademacs-ff35ddd4f7eb75bf2eaee655f309bd81b360e3df.tar.gz
(new_fontset_from_font) [USE_FONT_BACKEND]: Prototype
adjusted.
Diffstat (limited to 'src/fontset.h')
-rw-r--r--src/fontset.h2
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));
#ifdef USE_FONT_BACKEND
struct font;
extern int face_for_font P_ ((struct frame *, struct font *, struct face *));
-extern int new_fontset_from_font P_ ((FRAME_PTR, Lisp_Object));
+extern int new_fontset_from_font P_ ((Lisp_Object));
extern struct font *fontset_ascii_font P_ ((FRAME_PTR, int));
#endif /* USE_FONT_BACKEND */