/[freetype]/ft2demos/src/ftvalid.c
ViewVC logotype

Diff of /ft2demos/src/ftvalid.c

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

revision 1.5 by mpsuzuki, Fri Nov 18 07:58:24 2005 UTC revision 1.6 by wl, Fri Nov 18 08:35:28 2005 UTC
# Line 424  Line 424 
424      FT_Error      error;      FT_Error      error;
425      FT_Bytes      data[N_OT_TABLE_SPEC];      FT_Bytes      data[N_OT_TABLE_SPEC];
426      unsigned int  i;      unsigned int  i;
     FT_Memory     memory = FT_FACE_MEMORY( face );  
427            
428    
429      validation_flags  = validation_level;      validation_flags  = validation_level;
# Line 475  Line 474 
474      FT_Error      error;      FT_Error      error;
475      FT_Bytes      data[N_GX_TABLE_SPEC];      FT_Bytes      data[N_GX_TABLE_SPEC];
476      unsigned int  i;      unsigned int  i;
     FT_Memory     memory = FT_FACE_MEMORY( face );  
477            
478      validation_flags  = validation_level;      validation_flags  = validation_level;
479      validation_flags |= make_table_specs( face, tables, gx_table_spec,      validation_flags |= make_table_specs( face, tables, gx_table_spec,
# Line 524  Line 522 
522      FT_UInt    validation_flags;      FT_UInt    validation_flags;
523      FT_Error   error;      FT_Error   error;
524      FT_Bytes   data;        FT_Bytes   data;  
     FT_Memory  memory = FT_FACE_MEMORY( face );  
525    
526            
527      if ( dialect_request == NULL )      if ( dialect_request == NULL )

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

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