comparison src/faces.c @ 4766:32b358a240b0

Avoid calling Xft if not built in.
author Stephen J. Turnbull <stephen@xemacs.org>
date Sat, 05 Dec 2009 01:02:33 +0900
parents aa5ed11f473b
children 11daf37dae4d e0db3c197671
comparison
equal deleted inserted replaced
4765:1257b938f03a 4766:32b358a240b0
2340 #else /* !USE_XFT */ 2340 #else /* !USE_XFT */
2341 inst_list = 2341 inst_list =
2342 Fcons 2342 Fcons
2343 (Fcons 2343 (Fcons
2344 (list1 (device_symbol), 2344 (list1 (device_symbol),
2345 /* grrr. This really does need to be "*", not an XLFD.
2346 An unspecified XLFD won't pick up stuff like 10x20. */
2345 build_string ("*")), 2347 build_string ("*")),
2346 inst_list); 2348 inst_list);
2347 #ifdef MULE 2349 #ifdef MULE
2348 2350
2349 /* For Han characters and Ethiopic, we want the misc-fixed font used to 2351 /* For Han characters and Ethiopic, we want the misc-fixed font used to