1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-16 16:20:40 -08:00

(new_fontset_from_font) [USE_FONT_BACKEND]: Prototype

adjusted.
This commit is contained in:
Kenichi Handa 2006-06-16 12:27:57 +00:00
parent 03ef560c9a
commit ff35ddd4f7

View file

@ -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 */