Mercurial > emacs
diff src/fontset.h @ 90467:f1cd4833b97a
(new_fontset_from_font) [USE_FONT_BACKEND]: Prototype
adjusted.
| author | Kenichi Handa <handa@m17n.org> |
|---|---|
| date | Fri, 16 Jun 2006 12:27:57 +0000 |
| parents | 0347a454915c |
| children | 1a247e569906 |
line wrap: on
line diff
--- a/src/fontset.h Fri Jun 16 12:27:28 2006 +0000 +++ b/src/fontset.h Fri Jun 16 12:27:57 2006 +0000 @@ -259,7 +259,7 @@ #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 */
