changeset 91269:421d7c7d296a

(xftfont_encode_char): Use the macro FONT_INVALID_CODE.
author Kenichi Handa <handa@m17n.org>
date Tue, 25 Dec 2007 10:30:29 +0000
parents 7c927e348881
children 0dab56b22dca
files src/xftfont.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xftfont.c	Fri Dec 21 01:45:13 2007 +0000
+++ b/src/xftfont.c	Tue Dec 25 10:30:29 2007 +0000
@@ -461,7 +461,7 @@
   unsigned code = XftCharIndex (xftfont_info->display, xftfont_info->xftfont,
 				(FcChar32) c);
   
-  return (code ? code : 0xFFFFFFFF);
+  return (code ? code : FONT_INVALID_CODE);
 }
 
 static int