freetype-devel
[Top][All Lists]
Advanced

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

Re: [Devel] BUGREPORT: ATARI-PureC-Compiler with FT_SIZEOF_INT=2


From: Werner LEMBERG
Subject: Re: [Devel] BUGREPORT: ATARI-PureC-Compiler with FT_SIZEOF_INT=2
Date: Fri, 20 Sep 2002 19:23:22 +0200 (CEST)

> another bugreport:

Applied with small changes, thanks.  Some remarks:

> ----->seg1->score = (FT_Int) best_score; OR AH_Segment.score must be FT_Pos

I did the latter.

>   static int
> ----->static FT_Pos!!!!
>   ah_test_extrema( FT_Outline*  outline,
>                    int          n )
> ----->FT_Pos n!!!!

Those patches are not correct.  I've fixed the code to really use
FT_Int.

>   ah_get_orientation( FT_Outline*  outline )
>   {
>     FT_BBox  box;
>     FT_BBox  indices;
>     int      n, last;
> ----->FT_Pos n!!!!

No, `n' is really a plain integer.


    Werner



reply via email to

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