aboutsummaryrefslogtreecommitdiffstats
path: root/include/freetype/ftlcdfil.h
diff options
context:
space:
mode:
authordrumsetmonkey <abelleisle@roadrunner.com>2016-04-13 08:47:22 -0400
committerdrumsetmonkey <abelleisle@roadrunner.com>2016-04-13 08:47:22 -0400
commit8b0f74445b509d8e59ec89854f2e149ad1948d4e (patch)
treece7e6a7a62468ed88e885d1fff64e72eb18db433 /include/freetype/ftlcdfil.h
parent51f57a9eb06cd0a4a967915ee60a323fc85fafba (diff)
parentfa4b6e00fd204998f6011420bdad60477b7a2f12 (diff)
Merge branch 'master' of https://github.com/tcsullivan/gamedev
Diffstat (limited to 'include/freetype/ftlcdfil.h')
-rw-r--r--include/freetype/ftlcdfil.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/include/freetype/ftlcdfil.h b/include/freetype/ftlcdfil.h
index 39206f0..9a42d6e 100644
--- a/include/freetype/ftlcdfil.h
+++ b/include/freetype/ftlcdfil.h
@@ -195,9 +195,9 @@ FT_BEGIN_HEADER
* @since:
* 2.3.0
*/
- FT_EXPORT( FT_Error )
- FT_Library_SetLcdFilter( FT_Library library,
- FT_LcdFilter filter );
+ FT_EXPORT(FT_Error)
+ FT_Library_SetLcdFilter(FT_Library library,
+ FT_LcdFilter filter);
/**************************************************************************
@@ -236,9 +236,9 @@ FT_BEGIN_HEADER
* @since:
* 2.4.0
*/
- FT_EXPORT( FT_Error )
- FT_Library_SetLcdFilterWeights( FT_Library library,
- unsigned char *weights );
+ FT_EXPORT(FT_Error)
+ FT_Library_SetLcdFilterWeights(FT_Library library,
+ unsigned char *weights);
/* */