From 8285d49a70e2e6e1bc011416cf07ae3301f75a25 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Tue, 14 Dec 2004 22:32:34 +0000 Subject: [PATCH] Small additions to fix reference creation. --- include/freetype/ftbitmap.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/include/freetype/ftbitmap.h b/include/freetype/ftbitmap.h index d69923850..8f5e23e24 100644 --- a/include/freetype/ftbitmap.h +++ b/include/freetype/ftbitmap.h @@ -39,6 +39,15 @@ FT_BEGIN_HEADER /*
*/ /* bitmap_handling */ /* */ + /* */ + /* Bitmap Handling */ + /* */ + /* <Abstract> */ + /* Handling FT_Bitmap objects. */ + /* */ + /* <Description> */ + /* This section contains functions for converting FT_Bitmap objects. */ + /* */ /*************************************************************************/