Merge the two checks for xshm in XWindowBuffer.

Better check for unicode encoding in art fonts.


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@29410 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-01-26 09:21:01 +00:00
parent 817a5d654f
commit 99a4001565
3 changed files with 12 additions and 11 deletions

View file

@ -285,7 +285,7 @@ static FT_Error ft_get_face(FTC_FaceID fid, FT_Library lib,
FT_Face face = ft_size->face;
FT_CharMap cmap;
FT_Encoding e;
unicodeCmap = 0;
unicodeCmap = -1;
if (!face)
{