aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,
180 180
181/* Return a list of font names which matches PATTERN. See the document of 181/* Return a list of font names which matches PATTERN. See the document of
182 `x-list-fonts' for more detail. */ 182 `x-list-fonts' for more detail. */
183extern Lisp_Object (*list_fonts_func) P_ ((Lisp_Object pattern, 183extern Lisp_Object (*list_fonts_func) P_ ((struct frame *f,
184 Lisp_Object face, 184 Lisp_Object pattern,
185 Lisp_Object frame, 185 int size,
186 Lisp_Object width)); 186 int maxnames));
187 187
188/* Load a font named NAME for frame F and return a pointer to the 188/* Load a font named NAME for frame F and return a pointer to the
189 information of the loaded font. If loading is failed, return -1. */ 189 information of the loaded font. If loading is failed, return -1. */