summaryrefslogtreecommitdiff
path: root/src/fontset.h
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>1998-10-21 11:50:56 +0000
committerKenichi Handa <handa@m17n.org>1998-10-21 11:50:56 +0000
commit9625ce22ee316719746a944c01d41fe09697dde5 (patch)
treea138445322578ecb9228cd34625cf295c9952166 /src/fontset.h
parenta1dfb88a1654a505d18f0a39235378deea980133 (diff)
downloademacs-9625ce22ee316719746a944c01d41fe09697dde5.tar.gz
(list_fonts_func): Fix prototype.
Diffstat (limited to 'src/fontset.h')
-rw-r--r--src/fontset.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/fontset.h b/src/fontset.h
index e14d0cffda4..4f0258513f4 100644
--- a/src/fontset.h
+++ b/src/fontset.h
@@ -180,10 +180,10 @@ extern struct font_info *(*get_font_info_func) P_ ((struct frame *f,
/* 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. */