/[freetype]/freetype2/include/freetype/freetype.h
ViewVC logotype

Diff of /freetype2/include/freetype/freetype.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.156 by wl, Thu Jun 16 19:07:08 2005 UTC revision 1.157 by wl, Tue Aug 30 00:22:46 2005 UTC
# Line 57  FT_BEGIN_HEADER Line 57  FT_BEGIN_HEADER
57    
58    
59    /*************************************************************************/    /*************************************************************************/
60      /*                                                                       */
61      /* <Section>                                                             */
62      /*    user_allocation                                                    */
63      /*                                                                       */
64      /* <Title>                                                               */
65      /*    User allocation                                                    */
66      /*                                                                       */
67      /* <Abstract>                                                            */
68      /*    How client applications should allocate FreeType data structures.  */
69      /*                                                                       */
70      /* <Description>                                                         */
71      /*    FreeType assumes that structures allocated by the user and passed  */
72      /*    as arguments are zeroed out except for the actual data.  With      */
73      /*    other words, it is recommended to use `calloc' (or variants of it) */
74      /*    instead of `malloc' for allocation.                                */
75      /*                                                                       */
76      /*************************************************************************/
77    
78    
79      /*************************************************************************/
80    /*************************************************************************/    /*************************************************************************/
81    /*                                                                       */    /*                                                                       */
82    /*                        B A S I C   T Y P E S                          */    /*                        B A S I C   T Y P E S                          */

Legend:
Removed from v.1.156  
changed lines
  Added in v.1.157

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26