Fix typo.
Reported by Behdad. * src/base/ftcolor.c (FT_Palette_Data_Get) [!TT_CONFIG_OPTION_COLOR_LAYERS]: s/apalette/apalette_data/.
This commit is contained in:
parent
9027233f75
commit
d7393e22ee
@ -1,3 +1,12 @@
|
||||
2018-06-23 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
Fix typo.
|
||||
|
||||
Reported by Behdad.
|
||||
|
||||
* src/base/ftcolor.c (FT_Palette_Data_Get)
|
||||
[!TT_CONFIG_OPTION_COLOR_LAYERS]: s/apalette/apalette_data/.
|
||||
|
||||
2018-06-21 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
s/FT_PALETTE_USABLE_WITH_/FT_PALETTE_FOR_/.
|
||||
|
@ -119,7 +119,7 @@
|
||||
FT_Palette_Data *apalette_data )
|
||||
{
|
||||
FT_UNUSED( face );
|
||||
FT_UNUSED( apalette );
|
||||
FT_UNUSED( apalette_data );
|
||||
|
||||
|
||||
return FT_THROW( Unimplemented_Feature );
|
||||
|
Loading…
Reference in New Issue
Block a user