Mercurial > hg > xemacs-beta
comparison src/faces.c @ 3802:d6f975442bd3
[xemacs-hg @ 2007-01-27 17:14:20 by michaels]
2007-01-27 Mike Sperber <mike@xemacs.org>
* faces.c (complex_vars_of_faces): Move declarations of fontptr
and fonts out of #ifdef MULE, unbreaking the non-MULE Xft build.
author | michaels |
---|---|
date | Sat, 27 Jan 2007 17:14:22 +0000 |
parents | c13b89ba4796 |
children | 049dc907c17a |
comparison
equal
deleted
inserted
replaced
3801:b69bd495dfe2 | 3802:d6f975442bd3 |
---|---|
2256 Lisp_Object device_symbol = Qgtk; | 2256 Lisp_Object device_symbol = Qgtk; |
2257 #else | 2257 #else |
2258 Lisp_Object device_symbol = Qx; | 2258 Lisp_Object device_symbol = Qx; |
2259 #endif | 2259 #endif |
2260 | 2260 |
2261 #ifdef MULE | 2261 const Ascbyte **fontptr; |
2262 | 2262 |
2263 const Ascbyte *fonts[] = | 2263 const Ascbyte *fonts[] = |
2264 { | 2264 { |
2265 #ifdef USE_XFT | 2265 #ifdef USE_XFT |
2266 /************** Xft fonts *************/ | 2266 /************** Xft fonts *************/ |
2285 corresponding to one of them fails!) */ | 2285 corresponding to one of them fails!) */ |
2286 "-*-*-medium-r-*-*-*-160-*-*-c-*-*-*", | 2286 "-*-*-medium-r-*-*-*-160-*-*-c-*-*-*", |
2287 "-*-*-medium-r-*-*-*-170-*-*-c-*-*-*", | 2287 "-*-*-medium-r-*-*-*-170-*-*-c-*-*-*", |
2288 #endif | 2288 #endif |
2289 }; | 2289 }; |
2290 const Ascbyte **fontptr; | 2290 |
2291 #ifdef MULE | |
2291 | 2292 |
2292 /* Define some specifier tags for classes of character sets. Combining | 2293 /* Define some specifier tags for classes of character sets. Combining |
2293 these allows for distinct fallback fonts for distinct dimensions of | 2294 these allows for distinct fallback fonts for distinct dimensions of |
2294 character sets and stages. */ | 2295 character sets and stages. */ |
2295 | 2296 |