* src/cache/ftcbasic.c: correcting compatibility hack bug
This commit is contained in:
parent
a8e7a01965
commit
ca7d76f789
@ -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
|
||||
|
4
src/cache/ftcbasic.c
vendored
4
src/cache/ftcbasic.c
vendored
@ -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 */
|
||||
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user