changeset 88392:884fb2871f30

(x_new_font): Adjusted for the change of FS_LOAD_FONT.
author Kenichi Handa <handa@m17n.org>
date Fri, 01 Mar 2002 01:49:08 +0000
parents 1953d0d56cd7
children 73660db97f3e
files src/w32term.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/w32term.c	Fri Mar 01 01:48:37 2002 +0000
+++ b/src/w32term.c	Fri Mar 01 01:49:08 2002 +0000
@@ -10022,7 +10022,7 @@
      register char *fontname;
 {
   struct font_info *fontp
-    = FS_LOAD_FONT (f, 0, fontname, -1);
+    = FS_LOAD_FONT (f, fontname);
 
   if (!fontp)
     return Qnil;