From: Kenichi Handa Date: Fri, 16 Jun 2006 12:27:57 +0000 (+0000) Subject: (new_fontset_from_font) [USE_FONT_BACKEND]: Prototype X-Git-Tag: emacs-pretest-23.0.90~8295^2~883 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ff35ddd4f7eb75bf2eaee655f309bd81b360e3df;p=emacs.git (new_fontset_from_font) [USE_FONT_BACKEND]: Prototype adjusted. --- 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 */