changeset 23516:51228e40e623

(list_fonts_func): Fix prototype.
author Kenichi Handa <handa@m17n.org>
date Wed, 21 Oct 1998 11:50:56 +0000
parents 1e52542fb338
children 73f09e7bc96e
files src/fontset.h
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/fontset.h	Wed Oct 21 11:50:56 1998 +0000
+++ b/src/fontset.h	Wed Oct 21 11:50:56 1998 +0000
@@ -180,10 +180,10 @@
 
 /* Return a list of font names which matches PATTERN.  See the document of
    `x-list-fonts' for more detail.  */
-extern Lisp_Object (*list_fonts_func) P_ ((Lisp_Object pattern,
-					   Lisp_Object face,
-					   Lisp_Object frame,
-					   Lisp_Object width));
+extern Lisp_Object (*list_fonts_func) P_ ((struct frame *f,
+					   Lisp_Object pattern,
+					   int size,
+					   int maxnames));
 
 /* Load a font named NAME for frame F and return a pointer to the
    information of the loaded font.  If loading is failed, return -1.  */