Mercurial > hg > xemacs-beta
diff src/objects-x.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 | b3ab8c197518 |
children | 316fddbf58e2 |
line wrap: on
line diff
--- a/src/objects-x.c Sat Apr 22 21:51:52 2006 +0000 +++ b/src/objects-x.c Sun Apr 23 16:11:34 2006 +0000 @@ -39,7 +39,7 @@ #include "objects-x-impl.h" #ifdef USE_XFT -#include "xft-fonts.h" +#include "font-mgr.h" #endif int x_handle_non_fully_specified_fonts; @@ -206,7 +206,7 @@ /************************************************************************/ #ifdef USE_XFT -/* #### all these #defines should probably move to xft-fonts.h */ +/* #### all these #defines should probably move to font-mgr.h */ /* The format of a fontname (as returned by fontconfig) is not well-documented,