forked from minhngoc25a/freetype2
* src/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix argument.
Reported by Hin-Tak.
This commit is contained in:
parent
5e32a03496
commit
89c60eca67
|
@ -1,3 +1,9 @@
|
|||
2021-07-05 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/base/ftlcdfil.c (FT_Library_SetLcdGeometry): Fix argument.
|
||||
|
||||
Reported by Hin-Tak.
|
||||
|
||||
2021-07-03 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* meson_options.txt: Sort alphabetically; no final full stops.
|
||||
|
|
|
@ -357,7 +357,7 @@
|
|||
|
||||
FT_EXPORT_DEF( FT_Error )
|
||||
FT_Library_SetLcdGeometry( FT_Library library,
|
||||
FT_Vector* sub )
|
||||
FT_Vector sub[3] )
|
||||
{
|
||||
FT_UNUSED( library );
|
||||
FT_UNUSED( sub );
|
||||
|
|
Loading…
Reference in New Issue