comparison lwlib/lwlib-fonts.c @ 3360:316fddbf58e2

[xemacs-hg @ 2006-04-25 14:01:52 by stephent] Repair broken commit to Xft code. <87aca9n4in.fsf@tleepslib.sk.tsukuba.ac.jp>
author stephent
date Tue, 25 Apr 2006 14:02:09 +0000
parents 15fb91e3a115
children a6c778975d7d
comparison
equal deleted inserted replaced
3359:af8dab703edc 3360:316fddbf58e2
34 /* these are all from ../src; if we need them move the code */ 34 /* these are all from ../src; if we need them move the code */
35 #include "lisp.h" 35 #include "lisp.h"
36 #include "device.h" 36 #include "device.h"
37 #include "device-impl.h" 37 #include "device-impl.h"
38 #include "console-x-impl.h" 38 #include "console-x-impl.h"
39 #ifdef HAVE_FONTCONFIG
39 #include "font-mgr.h" 40 #include "font-mgr.h"
41 #endif
40 #endif 42 #endif
41 43
42 /* 44 /*
43 * code for handling Xft 45 * code for handling Xft
44 */ 46 */