diff options
author | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-13 08:47:22 -0400 |
---|---|---|
committer | drumsetmonkey <abelleisle@roadrunner.com> | 2016-04-13 08:47:22 -0400 |
commit | 8b0f74445b509d8e59ec89854f2e149ad1948d4e (patch) | |
tree | ce7e6a7a62468ed88e885d1fff64e72eb18db433 /include/freetype/ftbbox.h | |
parent | 51f57a9eb06cd0a4a967915ee60a323fc85fafba (diff) | |
parent | fa4b6e00fd204998f6011420bdad60477b7a2f12 (diff) |
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/freetype/ftbbox.h')
-rw-r--r-- | include/freetype/ftbbox.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/freetype/ftbbox.h b/include/freetype/ftbbox.h index 8938841..2ff25ea 100644 --- a/include/freetype/ftbbox.h +++ b/include/freetype/ftbbox.h @@ -81,9 +81,9 @@ FT_BEGIN_HEADER /* properly shift and scale the subglyphs), then extracting the BBox, */ /* which can be eventually converted back to font units. */ /* */ - FT_EXPORT( FT_Error ) - FT_Outline_Get_BBox( FT_Outline* outline, - FT_BBox *abbox ); + FT_EXPORT(FT_Error) + FT_Outline_Get_BBox(FT_Outline* outline, + FT_BBox *abbox); /* */ |