/[freetype]/freetype2/src/gxvalid/gxvcommn.c
ViewVC logotype

Diff of /freetype2/src/gxvalid/gxvcommn.c

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

revision 1.2 by wl, Wed Aug 31 16:29:51 2005 UTC revision 1.3 by wl, Wed Aug 31 22:39:23 2005 UTC
# Line 1700  Line 1700 
1700    FT_LOCAL_DEF( void )    FT_LOCAL_DEF( void )
1701    gxv_odtect_add_range( FT_Bytes          start,    gxv_odtect_add_range( FT_Bytes          start,
1702                          FT_ULong          length,                          FT_ULong          length,
1703                          FT_String*        name,                          const FT_String*  name,
1704                          GXV_odtect_Range  odtect )                          GXV_odtect_Range  odtect )
1705    {    {
1706      odtect->range[ odtect->nRanges ].start  = start;      odtect->range[ odtect->nRanges ].start  = start;
1707      odtect->range[ odtect->nRanges ].length = length;      odtect->range[ odtect->nRanges ].length = length;
1708      odtect->range[ odtect->nRanges ].name   = name;      odtect->range[ odtect->nRanges ].name   = (FT_String*)name;
1709      odtect->nRanges++;      odtect->nRanges++;
1710    }    }
1711    

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

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