about summary refs log tree commit diff stats
path: root/src/wrapped/wrappedsdl1ttf_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wrapped/wrappedsdl1ttf_private.h')
-rwxr-xr-xsrc/wrapped/wrappedsdl1ttf_private.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/wrapped/wrappedsdl1ttf_private.h b/src/wrapped/wrappedsdl1ttf_private.h
index a115d99f..825e5d6d 100755
--- a/src/wrapped/wrappedsdl1ttf_private.h
+++ b/src/wrapped/wrappedsdl1ttf_private.h
@@ -8,21 +8,21 @@ GO(TTF_FontAscent, iFp)
 GO(TTF_FontDescent, iFp)
 GO(TTF_FontFaceFamilyName, pFp)
 GO(TTF_FontFaceIsFixedWidth, iFp)
-GO(TTF_FontFaces, iFp)
+GO(TTF_FontFaces, lFp)
 GO(TTF_FontFaceStyleName, pFp)
 GO(TTF_FontHeight, iFp)
 GO(TTF_FontLineSkip, iFp)
 GO(TTF_GetFontHinting, iFp)
 GO(TTF_GetFontKerning, iFp)
-GO(TTF_GetFontKerningSize, iFp)
+GO(TTF_GetFontKerningSize, iFpii)
 GO(TTF_GetFontOutline, iFp)
 GO(TTF_GetFontStyle, iFp)
-GO(TTF_GlyphIsProvided, iFpu)
-GO(TTF_GlyphMetrics, iFpuppppp)
+GO(TTF_GlyphIsProvided, iFpW)
+GO(TTF_GlyphMetrics, iFpWppppp)
 GO(TTF_Init, iFv)
 GO(TTF_Linked_Version, pFv)
 GO(TTF_OpenFont, pFpi)
-GO(TTF_OpenFontIndex, pFpii)
+GO(TTF_OpenFontIndex, pFpil)
 GOM(TTF_OpenFontIndexRW, pFEpiii)
 GOM(TTF_OpenFontRW, pFEpii)
 GO(TTF_Quit, vFv)