Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/lwlib/lwlib-fonts.c Wed Feb 03 09:04:35 2010 +0000 +++ b/lwlib/lwlib-fonts.c Wed Feb 03 09:06:58 2010 +0000 @@ -45,7 +45,7 @@ * code for handling Xft */ -#ifdef USE_XFT +#ifdef HAVE_XFT /* helper function to correctly open Xft/core fonts by name #### Can't we use FcParseName here? @@ -112,6 +112,6 @@ return res; } -#endif /* USE_XFT */ +#endif /* HAVE_XFT */ /* End of lwlib-fonts.c */