* src/cache/ftcbasic.c: correcting compatibility hack bug

This commit is contained in:
David Turner 2006-02-24 09:09:10 +00:00
parent a8e7a01965
commit ca7d76f789
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2006-02-24 David Turner <david@freetype.org>
* src/cache/ftcbasic.c: correcting compatibility hack bug
2006-02-24 Chia-I Wu <b90201047@ntu.edu.tw>
* include/freetype/freetype.h (FT_Size_RequestRec): Change the type of

View File

@ -336,7 +336,7 @@
query.attrs.scaler.height = desc->font.pix_height;
query.attrs.load_flags = desc->flags;
}
else
#endif /* FT_CONFIG_OPTION_OLD_INTERNALS */
{
@ -589,7 +589,7 @@
query.attrs.scaler.height = desc->font.pix_height;
query.attrs.load_flags = desc->flags;
}
else
#endif /* FT_CONFIG_OPTION_OLD_INTERNALS */
{