comparison src/inline.c @ 3094:ad2f4ae9895b

[xemacs-hg @ 2005-11-26 11:45:47 by stephent] Xft merge. <87k6ev4p8q.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Sat, 26 Nov 2005 11:46:25 +0000
parents 67b6f3514ffc
children 15fb91e3a115
comparison
equal deleted inserted replaced
3093:769dc945b085 3094:ad2f4ae9895b
98 #include "database.h" 98 #include "database.h"
99 #endif 99 #endif
100 100
101 #ifdef HAVE_X_WINDOWS 101 #ifdef HAVE_X_WINDOWS
102 #include "glyphs-x.h" 102 #include "glyphs-x.h"
103 #ifdef USE_XFT
104 #include "xft-fonts.h"
105 #endif
103 #endif 106 #endif
104 107
105 #ifdef HAVE_MS_WINDOWS 108 #ifdef HAVE_MS_WINDOWS
106 #include "console-msw.h" 109 #include "console-msw.h"
107 #endif 110 #endif