Mercurial > hg > xemacs-beta
comparison lwlib/lwlib-fonts.h @ 3397:6aa26bef0527
[xemacs-hg @ 2006-05-12 19:25:28 by stephent]
Stop trashing xftFont resources. <87mzdnxd1j.fsf@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Fri, 12 May 2006 19:25:29 +0000 |
parents | ad2f4ae9895b |
children | a6c778975d7d |
comparison
equal
deleted
inserted
replaced
3396:af3bfea5c60e | 3397:6aa26bef0527 |
---|---|
46 /* Xt name macros */ | 46 /* Xt name macros */ |
47 | 47 |
48 #ifdef USE_XFT | 48 #ifdef USE_XFT |
49 #ifndef XtNxftFont | 49 #ifndef XtNxftFont |
50 #define XtNxftFont "xftFont" | 50 #define XtNxftFont "xftFont" |
51 #define XtCXftFont "XftFont" | |
51 #endif | 52 #endif |
52 #ifndef XtCXftFont | 53 #ifndef XtNfcFont |
53 #define XtCXftFont "XftFont" | 54 #define XtNfcFontName "fcFontName" |
55 #define XtCFcFontName "FcFontName" | |
54 #endif | 56 #endif |
55 #endif /* USE_XFT */ | 57 #endif /* USE_XFT */ |
56 | 58 |
57 /* code 'n' stuff */ | 59 /* code 'n' stuff */ |
58 | 60 |