mirror of https://github.com/freetype/freetype
[sfnt] Fix for `make multi' target.
* src/sfnt/pngshim.c (Load_SBit_Png): Use FT_LOCAL_DEF().
This commit is contained in:
parent
6a7df625df
commit
b4725cb716
|
@ -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.
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue