[sfnt] Fix for `make multi' target.

* src/sfnt/pngshim.c (Load_SBit_Png): Use FT_LOCAL_DEF().
This commit is contained in:
suzuki toshiya 2013-07-24 14:25:39 +09:00
parent 6a7df625df
commit b4725cb716
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2013-07-24 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
[sfnt] Fix for `make multi' target.
* src/sfnt/pngshim.c (Load_SBit_Png): Use FT_LOCAL_DEF().
2013-07-20 Werner Lemberg <wl@gnu.org>
* docs/INSTALL.GNU: Updated.

View File

@ -174,7 +174,7 @@
}
static FT_Error
FT_LOCAL_DEF( FT_Error )
Load_SBit_Png( FT_GlyphSlot slot,
FT_Int x_offset,
FT_Int y_offset,