freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype][master] * src/smooth/ftgrays.c [FT_STATIC_RASTE


From: Alexei Podtelezhnikov (@apodtele)
Subject: [Git][freetype/freetype][master] * src/smooth/ftgrays.c [FT_STATIC_RASTER]: Fix compilation.
Date: Thu, 09 Jun 2022 14:53:49 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType

Commits:

  • 9acefc4f
    by bruvzg at 2022-06-09T10:51:07-04:00
    * src/smooth/ftgrays.c [FT_STATIC_RASTER]: Fix compilation.
    

1 changed file:

Changes:

  • src/smooth/ftgrays.c
    ... ... @@ -1909,7 +1909,7 @@ typedef ptrdiff_t FT_PtrDist;
    1909 1909
     
    
    1910 1910
     
    
    1911 1911
       static int
    
    1912
    -  gray_convert_glyph_inner( RAS_ARG,
    
    1912
    +  gray_convert_glyph_inner( RAS_ARG_
    
    1913 1913
                                 int  continued )
    
    1914 1914
       {
    
    1915 1915
         int  error;
    
    ... ... @@ -2004,7 +2004,7 @@ typedef ptrdiff_t FT_PtrDist;
    2004 2004
             ras.max_ey    = band[0];
    
    2005 2005
             ras.count_ey  = width;
    
    2006 2006
     
    
    2007
    -        error     = gray_convert_glyph_inner( RAS_VAR, continued );
    
    2007
    +        error     = gray_convert_glyph_inner( RAS_VAR_ continued );
    
    2008 2008
             continued = 1;
    
    2009 2009
     
    
    2010 2010
             if ( !error )
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]