Mercurial > emacs
changeset 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 | 4c9461c6aef4 |
children | 5424215feef6 |
files | src/fontset.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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 */