comparison lwlib/lwlib-fonts.c @ 4920:a96517f26e3a

Merge.
author Aidan Kehoe <kehoea@parhasard.net>
date Wed, 03 Feb 2010 09:06:58 +0000
parents a6c778975d7d
children c9d31263ab7d 308d34e9f07d
comparison
equal deleted inserted replaced
4919:9c6ea1581159 4920:a96517f26e3a
43 43
44 /* 44 /*
45 * code for handling Xft 45 * code for handling Xft
46 */ 46 */
47 47
48 #ifdef USE_XFT 48 #ifdef HAVE_XFT
49 49
50 /* helper function to correctly open Xft/core fonts by name 50 /* helper function to correctly open Xft/core fonts by name
51 #### Can't we use FcParseName here? 51 #### Can't we use FcParseName here?
52 #### Is this done so often that the logic needs to be hard-coded in C? 52 #### Is this done so often that the logic needs to be hard-coded in C?
53 53
110 } 110 }
111 111
112 return res; 112 return res;
113 } 113 }
114 114
115 #endif /* USE_XFT */ 115 #endif /* HAVE_XFT */
116 116
117 /* End of lwlib-fonts.c */ 117 /* End of lwlib-fonts.c */