]> git.eshelyaron.com Git - emacs.git/commitdiff
(new_fontset_from_font) [USE_FONT_BACKEND]: Prototype
authorKenichi Handa <handa@m17n.org>
Fri, 16 Jun 2006 12:27:57 +0000 (12:27 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 16 Jun 2006 12:27:57 +0000 (12:27 +0000)
adjusted.

src/fontset.h

index 3ce5e9ea7fa0c9a8f84e2befb46bbd7f1be51879..3a6263ac6b45a23439ff6c1206cc9131d6373ebb 100644 (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 */