diff src/emacs.c @ 3354:15fb91e3a115

[xemacs-hg @ 2006-04-23 16:11:16 by stephent] Xft/fontconfig refactoring, Part I. <87hd4ks29d.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sun, 23 Apr 2006 16:11:34 +0000
parents d674024a8674
children 316fddbf58e2
line wrap: on
line diff
--- a/src/emacs.c	Sat Apr 22 21:51:52 2006 +0000
+++ b/src/emacs.c	Sun Apr 23 16:11:34 2006 +0000
@@ -1620,7 +1620,7 @@
 #endif /* HAVE_XIM */
 
 #ifdef USE_XFT
-      syms_of_xft_fonts();
+      syms_of_font_mgr();
 #endif
 
 #endif /* HAVE_X_WINDOWS */
@@ -2205,7 +2205,7 @@
 #endif
 
 #ifdef USE_XFT
-      vars_of_xft_fonts ();
+      vars_of_font_mgr ();
 #endif
 
 #endif /* HAVE_X_WINDOWS */
@@ -2335,7 +2335,7 @@
       reinit_vars_of_gui_x ();
 #endif
 #ifdef USE_XFT
-      reinit_vars_of_xft_fonts ();
+      reinit_vars_of_font_mgr ();
 #endif
 #endif /* HAVE_X_WINDOWS */
 
@@ -2407,7 +2407,7 @@
 #ifdef USE_XFT
       /* This uses coding systems.  Must be done before faces are init'ed. */
       /* not in xft reloaded #3 */
-      complex_vars_of_xft_fonts ();
+      complex_vars_of_font_mgr ();
 #endif
 
       /* Depends on specifiers. */