# HG changeset patch # User Kenichi Handa # Date 1150460877 0 # Node ID f1cd4833b97a2ab55d72553b300977209b629d56 # Parent 4c9461c6aef4fa9a30b4627836904b080c25738b (new_fontset_from_font) [USE_FONT_BACKEND]: Prototype adjusted. diff -r 4c9461c6aef4 -r f1cd4833b97a src/fontset.h --- 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 */