summaryrefslogtreecommitdiff
path: root/src/smooth/ftsmooth.c
diff options
context:
space:
mode:
authorDavid Turner <david@freetype.org>2000-11-04 01:55:49 +0000
committerDavid Turner <david@freetype.org>2000-11-04 01:55:49 +0000
commit76a5f62323d4fe3319d3d5410ded0ff9cab1f8c5 (patch)
tree80dd28a1cc25c24dcacc41eda4b31521618ab791 /src/smooth/ftsmooth.c
parent4091109486223c0a60cd8ba080e4891e630db24d (diff)
major reformatting of the sources:
FT_EXPORT_DEF => FT_EXPORT FT_EXPORT_FUNC => FT_EXPORT_DEF BASE_DEF => FT_BASE BASE_FUNC => FT_BASE_DEF LOCAL_DEF => FT_LOCAL LOCAL_FUNC => FT_LOCAL_DEF LOCAL_FUNC_X => FT_CALLBACK_DEF LOCAL_DEF_X => FT_CALLBACK_TABLE FT_CPLUSPLUS => FT_CALLBACK_TABLE_DEF
Diffstat (limited to 'src/smooth/ftsmooth.c')
-rw-r--r--src/smooth/ftsmooth.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/smooth/ftsmooth.c b/src/smooth/ftsmooth.c
index e0a6785b..09e1ce7f 100644
--- a/src/smooth/ftsmooth.c
+++ b/src/smooth/ftsmooth.c
@@ -189,7 +189,8 @@
}
- FT_CPLUSPLUS( const FT_Renderer_Class ) ft_smooth_renderer_class =
+ FT_CALLBACK_TABLE_DEF
+ const FT_Renderer_Class ft_smooth_renderer_class =
{
{
ft_module_renderer,