Skip to content
  • David Turner's avatar
    still more logical transformations. This time, some public API headers have · f12944ec
    David Turner authored
    been touched, while keeping everything backwards-compatible..
    
            * include/freetype/t1tables.h: re-naming structure types. This done
            basically:
    
              typedef T1_Struct_
              {
              } T1_Struct;
    
            becomes:
    
              typedef PS_StructRec_
              {
              } PS_StructRec, *PS_Struct;
    
              typedef PS_StructRec  T1_Struct;  /* backwards-compatibility */
    
    
            hence, we increase the coherency of the source code by effectuively
            using the 'Rec' prefix for structure types..
    f12944ec