comparison src/font-mgr.h @ 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 98af8a976fc3
comparison
equal deleted inserted replaced
3359:af8dab703edc 3360:316fddbf58e2
46 #include "../lwlib/lwlib-colors.h" 46 #include "../lwlib/lwlib-colors.h"
47 47
48 extern Fixnum debug_xft; 48 extern Fixnum debug_xft;
49 49
50 /* Standard for fontconfig. Use a macro to show we're not guessing. */ 50 /* Standard for fontconfig. Use a macro to show we're not guessing. */
51 #define Qxft_font_name_encoding Qutf_8 51 #define Qfc_font_name_encoding Qutf_8
52 52
53 #define XE_XLFD_MAKE_LISP_STRING(s) (make_string(s, strlen(s))) 53 #define XE_XLFD_MAKE_LISP_STRING(s) (make_string(s, strlen(s)))
54 54
55 struct fc_pattern 55 struct fc_pattern
56 { 56 {