mirror of
https://github.com/gnustep/libs-back.git
synced 2025-05-30 00:40:55 +00:00
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:
parent
817a5d654f
commit
99a4001565
3 changed files with 12 additions and 11 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue